Html Css Color HEX #820E42 Pompadour

📋 copy color: '#820E42'

red 130 ◦ green 14 ◦ blue 66

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

Shades of Pompadour #820E42

Tints of Pompadour #820E42

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.67%

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

R = 61.9%
G = 6.67%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#820E42 (or 0x820E42) is known color: Pompadour. HEX triplet: 82, 0E and 42. RGB value is (130,14,66). Sum of RGB (Red+Green+Blue) = 130+14+66=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #820E42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820E42 is #7DF1BD. Grayscale: #363636. Windows color (decimal): -8253886 or 4329090. OLE color: 4329090.

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

Color convert

RGB 130 14 66 -
CMYK 0 0.89 0.49 0.49
HSL 333.1º 0.81% 0.28% -
HSV(B) 333.1º 0.89% 0.51% -
XYZ 10.35 5.45 5.66 -
YUV 54.61 134.43 181.77 -
System Red Green Blue C M Y K H S L
Decimal 130 14 66 0 0.89 0.49 0.49 333.1 0.81 0.28
Hex 82 E 42 0 59 31 31 14D 51 1C
Octal 202 16 102 0 131 61 61 515 121 34
Binary 10000010 1110 1000010 0 1011001 110001 110001 101001101 1010001 11100

Color Harmonies of #820E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820E42

Black with #820E42

Text Example


Text Example

White with #820E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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