#6D1A3F

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

Shades of Pompadour #6D1A3F

Tints of Pompadour #6D1A3F

Color information

#6D1A3F (or 0x6D1A3F) is unknown color: approx Pompadour. HEX triplet: 6D, 1A and 3F. RGB value is (109,26,63). Sum of RGB (Red+Green+Blue) = 109+26+63=198 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.05% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1A3F is #92E5C0. Grayscale: #363636. Windows color (decimal): -9627073 or 4135533. OLE color: 4135533.

HSL color Cylindrical-coordinate representation of color #6D1A3F: hue angle of 333.25º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D1A3F is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.57.

Color convert

RGB1092663-
CMYK00.760.420.57
HSL333.25º61.48%26.47%-
HSV(B)333.25º76.15%42.75%-
XYZ7.574.355.14-
YUV55.04132.5166.49-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 55.05%
GREEN value IS 26 (10.55% from 255) = 13.13%
BLUE value IS 63 (25% from 255) = 31.82%
R=55.05%
G=13.13%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109266300.760.420.57333.2561.4826.47
Hex6D1A3F04C2A3914d3d1a
Octal1553277011452715157532
Binary1101101110101111110100110010101011100110100110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,26,63); }

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

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

 a { background-color: rgb(109,26,63); }

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

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

 span { border-color: rgb(109,26,63); }

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