Html Css Color HEX #6D1151 Pompadour

📋 copy color: '#6D1151'

red 109 ◦ green 17 ◦ blue 81

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

Shades of Pompadour #6D1151

Tints of Pompadour #6D1151

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.21%

 BLUE value IS 81 (32.03% from 255) = 39.13%

R = 52.66%
G = 8.21%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.57

RGB Variations

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

Color information

#6D1151 (or 0x6D1151) is known color: Pompadour. HEX triplet: 6D, 11 and 51. RGB value is (109,17,81). Sum of RGB (Red+Green+Blue) = 109+17+81=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1151 is #92EEAE. Grayscale: #333333. Windows color (decimal): -9629359 or 5312877. OLE color: 5312877.

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

Color convert

RGB 109 17 81 -
CMYK 0 0.84 0.26 0.57
HSL 318.26º 0.73% 0.25% -
HSV(B) 318.26º 0.84% 0.43% -
XYZ 7.99 4.25 8.18 -
YUV 51.8 144.48 168.8 -
System Red Green Blue C M Y K H S L
Decimal 109 17 81 0 0.84 0.26 0.57 318.26 0.73 0.25
Hex 6D 11 51 0 54 1A 39 13E 49 19
Octal 155 21 121 0 124 32 71 476 111 31
Binary 1101101 10001 1010001 0 1010100 11010 111001 100111110 1001001 11001

Color Harmonies of #6D1151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1151

Black with #6D1151

Text Example


Text Example

White with #6D1151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,17,81); }

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

background-color css

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

 a { background-color: rgb(109,17,81); }

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

border-color css

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

 span { border-color: rgb(109,17,81); }

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