#69254D

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

Shades of Pompadour #69254D

Tints of Pompadour #69254D

Color information

#69254D (or 0x69254D) is unknown color: approx Pompadour. HEX triplet: 69, 25 and 4D. RGB value is (105,37,77). Sum of RGB (Red+Green+Blue) = 105+37+77=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #69254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69254D is #96DAB2. Grayscale: #3D3D3D. Windows color (decimal): -9886387 or 5055849. OLE color: 5055849.

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

Color convert

RGB1053777-
CMYK00.650.270.59
HSL324.71º47.89%27.84%-
HSV(B)324.71º64.76%41.18%-
XYZ7.834.867.55-
YUV61.89136.53158.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.95%
GREEN value IS 37 (14.84% from 255) = 16.89%
BLUE value IS 77 (30.47% from 255) = 35.16%
R=47.95%
G=16.89%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105377700.650.270.59324.7147.8927.84
Hex69254D0411B3B145301c
Octal15145115010133735056034
Binary11010011001011001101010000011101111101110100010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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