#7C1244

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

Shades of Pompadour #7C1244

Tints of Pompadour #7C1244

Color information

#7C1244 (or 0x7C1244) is unknown color: approx Pompadour. HEX triplet: 7C, 12 and 44. RGB value is (124,18,68). Sum of RGB (Red+Green+Blue) = 124+18+68=210 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.05% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1244 is #83EDBB. Grayscale: #373737. Windows color (decimal): -8646076 or 4461180. OLE color: 4461180.

HSL color Cylindrical-coordinate representation of color #7C1244: hue angle of 331.7º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C1244 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.51.

Color convert

RGB1241868-
CMYK00.850.450.51
HSL331.7º74.65%27.84%-
HSV(B)331.7º85.48%48.63%-
XYZ9.575.145.96-
YUV55.39135.12176.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.05%
GREEN value IS 18 (7.42% from 255) = 8.57%
BLUE value IS 68 (26.95% from 255) = 32.38%
R=59.05%
G=8.57%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124186800.850.450.51331.774.6527.84
Hex7C12440552D3314c4b1c
Octal174221040125556351411334
Binary111110010010100010001010101101101110011101001100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,18,68); }

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

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

 a { background-color: rgb(124,18,68); }

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

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

 span { border-color: rgb(124,18,68); }

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