#6D1A3D

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

Shades of Pompadour #6D1A3D

Tints of Pompadour #6D1A3D

Color information

#6D1A3D (or 0x6D1A3D) is unknown color: approx Pompadour. HEX triplet: 6D, 1A and 3D. RGB value is (109,26,61). Sum of RGB (Red+Green+Blue) = 109+26+61=196 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.61% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1A3D is #92E5C2. Grayscale: #363636. Windows color (decimal): -9627075 or 4004461. OLE color: 4004461.

HSL color Cylindrical-coordinate representation of color #6D1A3D: hue angle of 334.7º 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 #6D1A3D is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB1092661-
CMYK00.760.440.57
HSL334.7º61.48%26.47%-
HSV(B)334.7º76.15%42.75%-
XYZ7.524.334.85-
YUV54.81131.5166.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 55.61%
GREEN value IS 26 (10.55% from 255) = 13.27%
BLUE value IS 61 (24.22% from 255) = 31.12%
R=55.61%
G=13.27%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109266100.760.440.57334.761.4826.47
Hex6D1A3D04C2C3914f3d1a
Octal1553275011454715177532
Binary1101101110101111010100110010110011100110100111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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