#69213D

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

Shades of Pompadour #69213D

Tints of Pompadour #69213D

Color information

#69213D (or 0x69213D) is unknown color: approx Pompadour. HEX triplet: 69, 21 and 3D. RGB value is (105,33,61). Sum of RGB (Red+Green+Blue) = 105+33+61=199 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.76% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 105 - color contains mainly: red. Hex color #69213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69213D is #96DEC2. Grayscale: #393939. Windows color (decimal): -9887427 or 4006249. OLE color: 4006249.

HSL color Cylindrical-coordinate representation of color #69213D: hue angle of 336.67º 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 #69213D is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB1053361-
CMYK00.690.420.59
HSL336.67º52.17%27.06%-
HSV(B)336.67º68.57%41.18%-
XYZ7.214.434.89-
YUV57.72129.85161.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.76%
GREEN value IS 33 (13.28% from 255) = 16.58%
BLUE value IS 61 (24.22% from 255) = 30.65%
R=52.76%
G=16.58%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105336100.690.420.59336.6752.1727.06
Hex69213D0452A3B151341b
Octal1514175010552735216433
Binary11010011000011111010100010110101011101110101000111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69213D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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