#7A0E3B

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

Shades of Pompadour #7A0E3B

Tints of Pompadour #7A0E3B

Color information

#7A0E3B (or 0x7A0E3B) is unknown color: approx Pompadour. HEX triplet: 7A, 0E and 3B. RGB value is (122,14,59). Sum of RGB (Red+Green+Blue) = 122+14+59=195 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.56% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0E3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0E3B is #85F1C4. Grayscale: #333333. Windows color (decimal): -8778181 or 3870330. OLE color: 3870330.

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

Color convert

RGB1221459-
CMYK00.890.520.52
HSL335º79.41%26.67%-
HSV(B)335º88.52%47.84%-
XYZ8.974.774.58-
YUV51.42132.28178.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 62.56%
GREEN value IS 14 (5.86% from 255) = 7.18%
BLUE value IS 59 (23.44% from 255) = 30.26%
R=62.56%
G=7.18%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122145900.890.520.5233579.4126.67
Hex7AE3B059343414f4f1b
Octal17216730131646451711733
Binary1111010111011101101011001110100110100101001111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,14,59); }

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

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

 a { background-color: rgb(122,14,59); }

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

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

 span { border-color: rgb(122,14,59); }

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