Html Css Color HEX #6D1050 Pompadour

📋 copy color: '#6D1050'

red 109 ◦ green 16 ◦ blue 80

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

Shades of Pompadour #6D1050

Tints of Pompadour #6D1050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 39.02%

R = 53.17%
G = 7.8%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#6D1050 (or 0x6D1050) is known color: Pompadour. HEX triplet: 6D, 10 and 50. RGB value is (109,16,80). Sum of RGB (Red+Green+Blue) = 109+16+80=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1050 is #92EFAF. Grayscale: #323232. Windows color (decimal): -9629616 or 5247085. OLE color: 5247085.

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

Color convert

RGB 109 16 80 -
CMYK 0 0.85 0.27 0.57
HSL 318.71º 0.74% 0.25% -
HSV(B) 318.71º 0.85% 0.43% -
XYZ 7.94 4.2 7.98 -
YUV 51.1 144.31 169.3 -
System Red Green Blue C M Y K H S L
Decimal 109 16 80 0 0.85 0.27 0.57 318.71 0.74 0.25
Hex 6D 10 50 0 55 1B 39 13F 4A 19
Octal 155 20 120 0 125 33 71 477 112 31
Binary 1101101 10000 1010000 0 1010101 11011 111001 100111111 1001010 11001

Color Harmonies of #6D1050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1050

Black with #6D1050

Text Example


Text Example

White with #6D1050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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