Html Css Color HEX #6D1036 Pompadour

📋 copy color: '#6D1036'

red 109 ◦ green 16 ◦ blue 54

#6D1036
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #6D1036

Tints of Pompadour #6D1036

RGB

 RED value IS 109 (42.97% from 255) = 60.89%

 GREEN value IS 16 (6.64% from 255) = 8.94%

 BLUE value IS 54 (21.48% from 255) = 30.17%

R = 60.89%
G = 8.94%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.57

RGB Variations

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

Color information

#6D1036 (or 0x6D1036) is known color: Pompadour. HEX triplet: 6D, 10 and 36. RGB value is (109,16,54). Sum of RGB (Red+Green+Blue) = 109+16+54=179 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.89% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1036 is #92EFC9. Grayscale: #303030. Windows color (decimal): -9629642 or 3543149. OLE color: 3543149.

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

Color convert

RGB 109 16 54 -
CMYK 0 0.85 0.50 0.57
HSL 335.48º 0.74% 0.25% -
HSV(B) 335.48º 0.85% 0.43% -
XYZ 7.16 3.89 3.86 -
YUV 48.14 131.31 171.41 -
System Red Green Blue C M Y K H S L
Decimal 109 16 54 0 0.85 0.50 0.57 335.48 0.74 0.25
Hex 6D 10 36 0 55 32 39 14F 4A 19
Octal 155 20 66 0 125 62 71 517 112 31
Binary 1101101 10000 110110 0 1010101 110010 111001 101001111 1001010 11001

Color Harmonies of #6D1036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1036

Black with #6D1036

Text Example


Text Example

White with #6D1036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,16,54); }

 H1.HeaderClassName
 {
   color: #6D1036;
 }
 .AnyTagClassName
 {
   color: #6D1036;
 }
</style>

background-color css

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

 a { background-color: rgb(109,16,54); }

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

border-color css

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

 span { border-color: rgb(109,16,54); }

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