#69124C

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

Shades of Pompadour #69124C

Tints of Pompadour #69124C

Color information

#69124C (or 0x69124C) is unknown color: approx Pompadour. HEX triplet: 69, 12 and 4C. RGB value is (105,18,76). Sum of RGB (Red+Green+Blue) = 105+18+76=199 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.76% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 105 - color contains mainly: red. Hex color #69124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69124C is #96EDB3. Grayscale: #323232. Windows color (decimal): -9891252 or 4985449. OLE color: 4985449.

HSL color Cylindrical-coordinate representation of color #69124C: hue angle of 320º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #69124C is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1051876-
CMYK00.830.280.59
HSL320º70.73%24.12%-
HSV(B)320º82.86%41.18%-
XYZ7.353.967.21-
YUV50.62142.32166.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.76%
GREEN value IS 18 (7.42% from 255) = 9.05%
BLUE value IS 76 (30.08% from 255) = 38.19%
R=52.76%
G=9.05%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105187600.830.280.5932070.7324.12
Hex69124C0531C3B1404718
Octal151221140123347350010730
Binary11010011001010011000101001111100111011101000000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69124C; }

 p { color: rgb(105,18,76); }

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

<style>
 a { background-color: #69124C; }

 a { background-color: rgb(105,18,76); }

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

<style>
 span { border-color: #69124C; }

 span { border-color: rgb(105,18,76); }

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