Html Css Color HEX #6D1042 Pompadour

📋 copy color: '#6D1042'

red 109 ◦ green 16 ◦ blue 66

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

Shades of Pompadour #6D1042

Tints of Pompadour #6D1042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.55%

R = 57.07%
G = 8.38%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.57

RGB Variations

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

Color information

#6D1042 (or 0x6D1042) is known color: Pompadour. HEX triplet: 6D, 10 and 42. RGB value is (109,16,66). Sum of RGB (Red+Green+Blue) = 109+16+66=191 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.07% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1042 is #92EFBD. Grayscale: #313131. Windows color (decimal): -9629630 or 4329581. OLE color: 4329581.

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

Color convert

RGB 109 16 66 -
CMYK 0 0.85 0.39 0.57
HSL 327.74º 0.74% 0.25% -
HSV(B) 327.74º 0.85% 0.43% -
XYZ 7.48 4.02 5.54 -
YUV 49.51 137.31 170.43 -
System Red Green Blue C M Y K H S L
Decimal 109 16 66 0 0.85 0.39 0.57 327.74 0.74 0.25
Hex 6D 10 42 0 55 27 39 148 4A 19
Octal 155 20 102 0 125 47 71 510 112 31
Binary 1101101 10000 1000010 0 1010101 100111 111001 101001000 1001010 11001

Color Harmonies of #6D1042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1042

Black with #6D1042

Text Example


Text Example

White with #6D1042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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