Html Css Color HEX #6D1651 Pompadour

📋 copy color: '#6D1651'

red 109 ◦ green 22 ◦ blue 81

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

Shades of Pompadour #6D1651

Tints of Pompadour #6D1651

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.38%

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

R = 51.42%
G = 10.38%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.57

RGB Variations

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

Color information

#6D1651 (or 0x6D1651) is known color: Pompadour. HEX triplet: 6D, 16 and 51. RGB value is (109,22,81). Sum of RGB (Red+Green+Blue) = 109+22+81=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1651 is #92E9AE. Grayscale: #363636. Windows color (decimal): -9628079 or 5314157. OLE color: 5314157.

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

Color convert

RGB 109 22 81 -
CMYK 0 0.80 0.26 0.57
HSL 319.31º 0.66% 0.26% -
HSV(B) 319.31º 0.8% 0.43% -
XYZ 8.08 4.42 8.21 -
YUV 54.74 142.82 166.7 -
System Red Green Blue C M Y K H S L
Decimal 109 22 81 0 0.80 0.26 0.57 319.31 0.66 0.26
Hex 6D 16 51 0 50 1A 39 13F 42 1A
Octal 155 26 121 0 120 32 71 477 102 32
Binary 1101101 10110 1010001 0 1010000 11010 111001 100111111 1000010 11010

Color Harmonies of #6D1651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1651

Black with #6D1651

Text Example


Text Example

White with #6D1651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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