#6B2C4F

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

Shades of Pompadour #6B2C4F

Tints of Pompadour #6B2C4F

Color information

#6B2C4F (or 0x6B2C4F) is unknown color: approx Pompadour. HEX triplet: 6B, 2C and 4F. RGB value is (107,44,79). Sum of RGB (Red+Green+Blue) = 107+44+79=230 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.52% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2C4F is #94D3B0. Grayscale: #424242. Windows color (decimal): -9753521 or 5188715. OLE color: 5188715.

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

Color convert

RGB1074479-
CMYK00.590.260.58
HSL326.67º41.72%29.61%-
HSV(B)326.67º58.88%41.96%-
XYZ8.385.498.02-
YUV66.83134.87156.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.52%
GREEN value IS 44 (17.58% from 255) = 19.13%
BLUE value IS 79 (31.25% from 255) = 34.35%
R=46.52%
G=19.13%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107447900.590.260.58326.6741.7229.61
Hex6B2C4F03B1A3A1472a1e
Octal1535411707332725075236
Binary1101011101100100111101110111101011101010100011110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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