#69213F

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

Shades of Pompadour #69213F

Tints of Pompadour #69213F

Color information

#69213F (or 0x69213F) is unknown color: approx Pompadour. HEX triplet: 69, 21 and 3F. RGB value is (105,33,63). Sum of RGB (Red+Green+Blue) = 105+33+63=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #69213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69213F is #96DEC0. Grayscale: #393939. Windows color (decimal): -9887425 or 4137321. OLE color: 4137321.

HSL color Cylindrical-coordinate representation of color #69213F: hue angle of 335º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #69213F is Cyan = 0, Magento = 0.69, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB1053363-
CMYK00.690.40.59
HSL335º52.17%27.06%-
HSV(B)335º68.57%41.18%-
XYZ7.274.455.18-
YUV57.95130.85161.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.24%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 63 (25% from 255) = 31.34%
R=52.24%
G=16.42%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105336300.690.40.5933552.1727.06
Hex69213F045283B14f341b
Octal1514177010550735176433
Binary11010011000011111110100010110100011101110100111111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69213F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69213F; }

 p { color: rgb(105,33,63); }

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

<style>
 a { background-color: #69213F; }

 a { background-color: rgb(105,33,63); }

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

<style>
 span { border-color: #69213F; }

 span { border-color: rgb(105,33,63); }

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