Html Css Color HEX #6D1041 Pompadour

📋 copy color: '#6D1041'

red 109 ◦ green 16 ◦ blue 65

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

Shades of Pompadour #6D1041

Tints of Pompadour #6D1041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.21%

R = 57.37%
G = 8.42%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.57

RGB Variations

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

Color information

#6D1041 (or 0x6D1041) is known color: Pompadour. HEX triplet: 6D, 10 and 41. RGB value is (109,16,65). Sum of RGB (Red+Green+Blue) = 109+16+65=190 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.37% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1041 is #92EFBE. Grayscale: #313131. Windows color (decimal): -9629631 or 4264045. OLE color: 4264045.

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

Color convert

RGB 109 16 65 -
CMYK 0 0.85 0.40 0.57
HSL 328.39º 0.74% 0.25% -
HSV(B) 328.39º 0.85% 0.43% -
XYZ 7.45 4 5.38 -
YUV 49.39 136.81 170.52 -
System Red Green Blue C M Y K H S L
Decimal 109 16 65 0 0.85 0.40 0.57 328.39 0.74 0.25
Hex 6D 10 41 0 55 28 39 148 4A 19
Octal 155 20 101 0 125 50 71 510 112 31
Binary 1101101 10000 1000001 0 1010101 101000 111001 101001000 1001010 11001

Color Harmonies of #6D1041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1041

Black with #6D1041

Text Example


Text Example

White with #6D1041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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