Html Css Color HEX #820F42 Pompadour

📋 copy color: '#820F42'

red 130 ◦ green 15 ◦ blue 66

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

Shades of Pompadour #820F42

Tints of Pompadour #820F42

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.11%

 BLUE value IS 66 (26.17% from 255) = 31.28%

R = 61.61%
G = 7.11%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#820F42 (or 0x820F42) is known color: Pompadour. HEX triplet: 82, 0F and 42. RGB value is (130,15,66). Sum of RGB (Red+Green+Blue) = 130+15+66=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #820F42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820F42 is #7DF0BD. Grayscale: #373737. Windows color (decimal): -8253630 or 4329346. OLE color: 4329346.

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

Color convert

RGB 130 15 66 -
CMYK 0 0.88 0.49 0.49
HSL 333.39º 0.79% 0.28% -
HSV(B) 333.39º 0.88% 0.51% -
XYZ 10.36 5.48 5.67 -
YUV 55.2 134.1 181.35 -
System Red Green Blue C M Y K H S L
Decimal 130 15 66 0 0.88 0.49 0.49 333.39 0.79 0.28
Hex 82 F 42 0 58 31 31 14D 4F 1C
Octal 202 17 102 0 130 61 61 515 117 34
Binary 10000010 1111 1000010 0 1011000 110001 110001 101001101 1001111 11100

Color Harmonies of #820F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820F42

Black with #820F42

Text Example


Text Example

White with #820F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,15,66); }

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

background-color css

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

 a { background-color: rgb(130,15,66); }

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

border-color css

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

 span { border-color: rgb(130,15,66); }

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