#69244E

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

Shades of Pompadour #69244E

Tints of Pompadour #69244E

Color information

#69244E (or 0x69244E) is unknown color: approx Pompadour. HEX triplet: 69, 24 and 4E. RGB value is (105,36,78). Sum of RGB (Red+Green+Blue) = 105+36+78=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #69244E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69244E is #96DBB1. Grayscale: #3D3D3D. Windows color (decimal): -9886642 or 5121129. OLE color: 5121129.

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

Color convert

RGB1053678-
CMYK00.660.260.59
HSL323.48º48.94%27.65%-
HSV(B)323.48º65.71%41.18%-
XYZ7.834.827.72-
YUV61.42137.36159.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 36 (14.45% from 255) = 16.44%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=47.95%
G=16.44%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105367800.660.260.59323.4848.9427.65
Hex69244E0421A3B143311c
Octal15144116010232735036134
Binary11010011001001001110010000101101011101110100001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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