#6B2349

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

Shades of Pompadour #6B2349

Tints of Pompadour #6B2349

Color information

#6B2349 (or 0x6B2349) is unknown color: approx Pompadour. HEX triplet: 6B, 23 and 49. RGB value is (107,35,73). Sum of RGB (Red+Green+Blue) = 107+35+73=215 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.77% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2349 is #94DCB6. Grayscale: #3C3C3C. Windows color (decimal): -9755831 or 4793195. OLE color: 4793195.

HSL color Cylindrical-coordinate representation of color #6B2349: hue angle of 328.33º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B2349 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB1073573-
CMYK00.670.320.58
HSL328.33º50.7%27.84%-
HSV(B)328.33º67.29%41.96%-
XYZ7.874.816.82-
YUV60.86134.85160.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.77%
GREEN value IS 35 (14.06% from 255) = 16.28%
BLUE value IS 73 (28.91% from 255) = 33.95%
R=49.77%
G=16.28%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107357300.670.320.58328.3350.727.84
Hex6B2349043203A148331c
Octal15343111010340725106334
Binary110101110001110010010100001110000011101010100100011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,35,73); }

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

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

 a { background-color: rgb(107,35,73); }

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

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

 span { border-color: rgb(107,35,73); }

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