#69264A

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

Shades of Pompadour #69264A

Tints of Pompadour #69264A

Color information

#69264A (or 0x69264A) is unknown color: approx Pompadour. HEX triplet: 69, 26 and 4A. RGB value is (105,38,74). Sum of RGB (Red+Green+Blue) = 105+38+74=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #69264A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69264A is #96D9B5. Grayscale: #3E3E3E. Windows color (decimal): -9886134 or 4859497. OLE color: 4859497.

HSL color Cylindrical-coordinate representation of color #69264A: hue angle of 327.76º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #69264A is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1053874-
CMYK00.640.300.59
HSL327.76º46.85%28.04%-
HSV(B)327.76º63.81%41.18%-
XYZ7.754.887.01-
YUV62.14134.7158.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.39%
GREEN value IS 38 (15.23% from 255) = 17.51%
BLUE value IS 74 (29.30% from 255) = 34.10%
R=48.39%
G=17.51%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105387400.640.300.59327.7646.8528.04
Hex69264A0401E3B1482f1c
Octal15146112010036735105734
Binary11010011001101001010010000001111011101110100100010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69264A; }

 p { color: rgb(105,38,74); }

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

<style>
 a { background-color: #69264A; }

 a { background-color: rgb(105,38,74); }

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

<style>
 span { border-color: #69264A; }

 span { border-color: rgb(105,38,74); }

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