Html Css Color HEX #6B1951 Pompadour

📋 copy color: '#6B1951'

red 107 ◦ green 25 ◦ blue 81

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

Shades of Pompadour #6B1951

Tints of Pompadour #6B1951

RGB

 RED value IS 107 (42.19% from 255) = 50.23%

 GREEN value IS 25 (10.16% from 255) = 11.74%

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

R = 50.23%
G = 11.74%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#6B1951 (or 0x6B1951) is known color: Pompadour. HEX triplet: 6B, 19 and 51. RGB value is (107,25,81). Sum of RGB (Red+Green+Blue) = 107+25+81=213 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.23% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1951 is #94E6AE. Grayscale: #373737. Windows color (decimal): -9758383 or 5314923. OLE color: 5314923.

HSL color Cylindrical-coordinate representation of color #6B1951: hue angle of 319.02º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B1951 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 25 81 -
CMYK 0 0.77 0.24 0.58
HSL 319.02º 0.62% 0.26% -
HSV(B) 319.02º 0.77% 0.42% -
XYZ 7.9 4.42 8.22 -
YUV 55.9 142.17 164.45 -
System Red Green Blue C M Y K H S L
Decimal 107 25 81 0 0.77 0.24 0.58 319.02 0.62 0.26
Hex 6B 19 51 0 4D 18 3A 13F 3E 1A
Octal 153 31 121 0 115 30 72 477 76 32
Binary 1101011 11001 1010001 0 1001101 11000 111010 100111111 111110 11010

Color Harmonies of #6B1951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1951

Black with #6B1951

Text Example


Text Example

White with #6B1951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,25,81); }

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

background-color css

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

 a { background-color: rgb(107,25,81); }

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

border-color css

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

 span { border-color: rgb(107,25,81); }

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