#6B2D4A

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

Shades of Pompadour #6B2D4A

Tints of Pompadour #6B2D4A

Color information

#6B2D4A (or 0x6B2D4A) is unknown color: approx Pompadour. HEX triplet: 6B, 2D and 4A. RGB value is (107,45,74). Sum of RGB (Red+Green+Blue) = 107+45+74=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2D4A is #94D2B5. Grayscale: #424242. Windows color (decimal): -9753270 or 4861291. OLE color: 4861291.

HSL color Cylindrical-coordinate representation of color #6B2D4A: hue angle of 331.94º 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 #6B2D4A is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB1074574-
CMYK00.580.310.58
HSL331.94º40.79%29.8%-
HSV(B)331.94º57.94%41.96%-
XYZ8.245.57.11-
YUV66.84132.04156.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.35%
GREEN value IS 45 (17.97% from 255) = 19.91%
BLUE value IS 74 (29.30% from 255) = 32.74%
R=47.35%
G=19.91%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107457400.580.310.58331.9440.7929.8
Hex6B2D4A03A1F3A14c291e
Octal1535511207237725145136
Binary1101011101101100101001110101111111101010100110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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