#69244D

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

Shades of Pompadour #69244D

Tints of Pompadour #69244D

Color information

#69244D (or 0x69244D) is unknown color: approx Pompadour. HEX triplet: 69, 24 and 4D. RGB value is (105,36,77). Sum of RGB (Red+Green+Blue) = 105+36+77=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #69244D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69244D is #96DBB2. Grayscale: #3D3D3D. Windows color (decimal): -9886643 or 5055593. OLE color: 5055593.

HSL color Cylindrical-coordinate representation of color #69244D: hue angle of 324.35º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69244D is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1053677-
CMYK00.660.270.59
HSL324.35º48.94%27.65%-
HSV(B)324.35º65.71%41.18%-
XYZ7.84.87.54-
YUV61.3136.86159.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.17%
GREEN value IS 36 (14.45% from 255) = 16.51%
BLUE value IS 77 (30.47% from 255) = 35.32%
R=48.17%
G=16.51%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105367700.660.270.59324.3548.9427.65
Hex69244D0421B3B144311c
Octal15144115010233735046134
Binary11010011001001001101010000101101111101110100010011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69244D; }

 p { color: rgb(105,36,77); }

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

<style>
 a { background-color: #69244D; }

 a { background-color: rgb(105,36,77); }

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

<style>
 span { border-color: #69244D; }

 span { border-color: rgb(105,36,77); }

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