#7C0D3E

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

Shades of Pompadour #7C0D3E

Tints of Pompadour #7C0D3E

Color information

#7C0D3E (or 0x7C0D3E) is unknown color: approx Pompadour. HEX triplet: 7C, 0D and 3E. RGB value is (124,13,62). Sum of RGB (Red+Green+Blue) = 124+13+62=199 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.31% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 62 (24.61% from 255 or 31.16% from 199); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0D3E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C0D3E is #83F2C1. Grayscale: #333333. Windows color (decimal): -8647362 or 4066684. OLE color: 4066684.

HSL color Cylindrical-coordinate representation of color #7C0D3E: hue angle of 333.51º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C0D3E is Cyan = 0, Magento = 0.90, Yellow = 0.5 and Black (K on CMYK) = 0.51.

Color convert

RGB1241362-
CMYK00.900.50.51
HSL333.51º81.02%26.86%-
HSV(B)333.51º89.52%48.63%-
XYZ9.334.925.02-
YUV51.78133.77179.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 62.31%
GREEN value IS 13 (5.47% from 255) = 6.53%
BLUE value IS 62 (24.61% from 255) = 31.16%
R=62.31%
G=6.53%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.5
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124136200.900.50.51333.5181.0226.86
Hex7CD3E05A323314e511b
Octal17415760132626351612133
Binary1111100110111111001011010110010110011101001110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,13,62); }

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

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

 a { background-color: rgb(124,13,62); }

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

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

 span { border-color: rgb(124,13,62); }

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