#6D213F

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

Shades of Pompadour #6D213F

Tints of Pompadour #6D213F

Color information

#6D213F (or 0x6D213F) is unknown color: approx Pompadour. HEX triplet: 6D, 21 and 3F. RGB value is (109,33,63). Sum of RGB (Red+Green+Blue) = 109+33+63=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D213F is #92DEC0. Grayscale: #3B3B3B. Windows color (decimal): -9625281 or 4137325. OLE color: 4137325.

HSL color Cylindrical-coordinate representation of color #6D213F: hue angle of 336.32º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D213F is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.57.

Color convert

RGB1093363-
CMYK00.700.420.57
HSL336.32º53.52%27.84%-
HSV(B)336.32º69.72%42.75%-
XYZ7.754.75.2-
YUV59.14130.18163.56-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 53.17%
GREEN value IS 33 (13.28% from 255) = 16.10%
BLUE value IS 63 (25% from 255) = 30.73%
R=53.17%
G=16.10%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109336300.700.420.57336.3253.5227.84
Hex6D213F0462A39150361c
Octal1554177010652715206634
Binary11011011000011111110100011010101011100110101000011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D213F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D213F; }

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

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

<style>
 a { background-color: #6D213F; }

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

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

<style>
 span { border-color: #6D213F; }

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

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