#69124E

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

Shades of Pompadour #69124E

Tints of Pompadour #69124E

Color information

#69124E (or 0x69124E) is unknown color: approx Pompadour. HEX triplet: 69, 12 and 4E. RGB value is (105,18,78). Sum of RGB (Red+Green+Blue) = 105+18+78=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #69124E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69124E is #96EDB1. Grayscale: #323232. Windows color (decimal): -9891250 or 5116521. OLE color: 5116521.

HSL color Cylindrical-coordinate representation of color #69124E: hue angle of 318.62º 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 #69124E is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB1051878-
CMYK00.830.260.59
HSL318.62º70.73%24.12%-
HSV(B)318.62º82.86%41.18%-
XYZ7.423.997.59-
YUV50.85143.32166.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.24%
GREEN value IS 18 (7.42% from 255) = 8.96%
BLUE value IS 78 (30.86% from 255) = 38.81%
R=52.24%
G=8.96%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105187800.830.260.59318.6270.7324.12
Hex69124E0531A3B13f4718
Octal151221160123327347710730
Binary11010011001010011100101001111010111011100111111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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