#6B2D4F

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

Shades of Pompadour #6B2D4F

Tints of Pompadour #6B2D4F

Color information

#6B2D4F (or 0x6B2D4F) is unknown color: approx Pompadour. HEX triplet: 6B, 2D and 4F. RGB value is (107,45,79). Sum of RGB (Red+Green+Blue) = 107+45+79=231 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.32% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2D4F is #94D2B0. Grayscale: #434343. Windows color (decimal): -9753265 or 5188971. OLE color: 5188971.

HSL color Cylindrical-coordinate representation of color #6B2D4F: hue angle of 327.1º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B2D4F is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB1074579-
CMYK00.580.260.58
HSL327.1º40.79%29.8%-
HSV(B)327.1º57.94%41.96%-
XYZ8.415.578.03-
YUV67.41134.54156.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.32%
GREEN value IS 45 (17.97% from 255) = 19.48%
BLUE value IS 79 (31.25% from 255) = 34.20%
R=46.32%
G=19.48%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107457900.580.260.58327.140.7929.8
Hex6B2D4F03A1A3A147291e
Octal1535511707232725075136
Binary1101011101101100111101110101101011101010100011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,45,79); }

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

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

 a { background-color: rgb(107,45,79); }

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

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

 span { border-color: rgb(107,45,79); }

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