Html Css Color HEX #820B50 Pompadour

📋 copy color: '#820B50'

red 130 ◦ green 11 ◦ blue 80

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

Shades of Pompadour #820B50

Tints of Pompadour #820B50

RGB

 RED value IS 130 (51.17% from 255) = 58.82%

 GREEN value IS 11 (4.69% from 255) = 4.98%

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

R = 58.82%
G = 4.98%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#820B50 (or 0x820B50) is known color: Pompadour. HEX triplet: 82, 0B and 50. RGB value is (130,11,80). Sum of RGB (Red+Green+Blue) = 130+11+80=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #820B50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820B50 is #7DF4AF. Grayscale: #363636. Windows color (decimal): -8254640 or 5245826. OLE color: 5245826.

HSL color Cylindrical-coordinate representation of color #820B50: hue angle of 325.21º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820B50 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 11 80 -
CMYK 0 0.92 0.38 0.49
HSL 325.21º 0.84% 0.28% -
HSV(B) 325.21º 0.92% 0.51% -
XYZ 10.77 5.56 8.1 -
YUV 54.45 142.42 181.89 -
System Red Green Blue C M Y K H S L
Decimal 130 11 80 0 0.92 0.38 0.49 325.21 0.84 0.28
Hex 82 B 50 0 5C 26 31 145 54 1C
Octal 202 13 120 0 134 46 61 505 124 34
Binary 10000010 1011 1010000 0 1011100 100110 110001 101000101 1010100 11100

Color Harmonies of #820B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820B50

Black with #820B50

Text Example


Text Example

White with #820B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820B50; }

 p { color: rgb(130,11,80); }

 H1.HeaderClassName
 {
   color: #820B50;
 }
 .AnyTagClassName
 {
   color: #820B50;
 }
</style>

background-color css

<style>
 a { background-color: #820B50; }

 a { background-color: rgb(130,11,80); }

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

border-color css

<style>
 span { border-color: #820B50; }

 span { border-color: rgb(130,11,80); }

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