#6B2D4E

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

Shades of Pompadour #6B2D4E

Tints of Pompadour #6B2D4E

Color information

#6B2D4E (or 0x6B2D4E) is unknown color: approx Pompadour. HEX triplet: 6B, 2D and 4E. RGB value is (107,45,78). Sum of RGB (Red+Green+Blue) = 107+45+78=230 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.52% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2D4E is #94D2B1. Grayscale: #434343. Windows color (decimal): -9753266 or 5123435. OLE color: 5123435.

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

Color convert

RGB1074578-
CMYK00.580.270.58
HSL328.06º40.79%29.8%-
HSV(B)328.06º57.94%41.96%-
XYZ8.385.557.84-
YUV67.3134.04156.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.52%
GREEN value IS 45 (17.97% from 255) = 19.57%
BLUE value IS 78 (30.86% from 255) = 33.91%
R=46.52%
G=19.57%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107457800.580.270.58328.0640.7929.8
Hex6B2D4E03A1B3A148291e
Octal1535511607233725105136
Binary1101011101101100111001110101101111101010100100010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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