#6D153A

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

Shades of Pompadour #6D153A

Tints of Pompadour #6D153A

Color information

#6D153A (or 0x6D153A) is unknown color: approx Pompadour. HEX triplet: 6D, 15 and 3A. RGB value is (109,21,58). Sum of RGB (Red+Green+Blue) = 109+21+58=188 (24% of max value = 765). Red value is 109 (42.97% from 255 or 57.98% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 109 - color contains mainly: red. Hex color #6D153A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D153A is #92EAC5. Grayscale: #333333. Windows color (decimal): -9628358 or 3806573. OLE color: 3806573.

HSL color Cylindrical-coordinate representation of color #6D153A: hue angle of 334.77º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D153A is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB1092158-
CMYK00.810.470.57
HSL334.77º67.69%25.49%-
HSV(B)334.77º80.73%42.75%-
XYZ7.344.094.41-
YUV51.53131.65168.99-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 57.98%
GREEN value IS 21 (8.59% from 255) = 11.17%
BLUE value IS 58 (23.05% from 255) = 30.85%
R=57.98%
G=11.17%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.47
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109215800.810.470.57334.7767.6925.49
Hex6D153A0512F3914f4419
Octal15525720121577151710431
Binary11011011010111101001010001101111111001101001111100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,21,58); }

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

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

 a { background-color: rgb(109,21,58); }

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

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

 span { border-color: rgb(109,21,58); }

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