#7a0d3c

Color #7A0D3C Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #7A0D3C

Tints of Pompadour #7A0D3C

Color information

#7A0D3C (or 0x7A0D3C) is unknown color: approx Pompadour. HEX triplet: 7A, 0D and 3C. RGB value is (122,13,60). Sum of RGB (Red+Green+Blue) = 122+13+60=195 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.56% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0D3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0D3C is #85F2C3. Grayscale: #323232. Windows color (decimal): -8778436 or 3935610. OLE color: 3935610.

HSL color Cylindrical-coordinate representation of color #7A0D3C: hue angle of 334.13º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A0D3C is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.52.

Color convert

RGB1221360-
CMYK00.890.510.52
HSL334.13º80.74%26.47%-
HSV(B)334.13º89.34%47.84%-
XYZ8.994.754.72-
YUV50.95133.11178.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 62.56%
GREEN value IS 13 (5.47% from 255) = 6.67%
BLUE value IS 60 (23.83% from 255) = 30.77%
R=62.56%
G=6.67%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122136000.890.510.52334.1380.7426.47
Hex7AD3C059333414e511a
Octal17215740131636451612132
Binary1111010110111110001011001110011110100101001110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a0d3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7a0d3c; }

 p { color: rgb(122,13,60); }

 H1.HeaderClassName
 {
   color: #7a0d3c;
 }
 .AnyTagClassName
 {
   color: #7a0d3c;
 }
</style>
background-color css

<style>
 a { background-color: #7a0d3c; }

 a { background-color: rgb(122,13,60); }

 div.DivClassName
 {
   background-color: #7a0d3c;
 }
 .BgClassName
 {
   background-color: #7a0d3c;
 }
</style>
border-color css

<style>
 span { border-color: #7a0d3c; }

 span { border-color: rgb(122,13,60); }

 td.TdClassName
 {
   border-color: #7a0d3c;
 }
 .TagClassName
 {
   border-color: #7a0d3c;
 }
</style>