Html Css Color HEX #820E4E Pompadour

📋 copy color: '#820E4E'

red 130 ◦ green 14 ◦ blue 78

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

Shades of Pompadour #820E4E

Tints of Pompadour #820E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.14%

R = 58.56%
G = 6.31%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#820E4E (or 0x820E4E) is known color: Pompadour. HEX triplet: 82, 0E and 4E. RGB value is (130,14,78). Sum of RGB (Red+Green+Blue) = 130+14+78=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #820E4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820E4E is #7DF1B1. Grayscale: #373737. Windows color (decimal): -8253874 or 5115522. OLE color: 5115522.

HSL color Cylindrical-coordinate representation of color #820E4E: hue angle of 326.9º 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 #820E4E is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 14 78 -
CMYK 0 0.89 0.40 0.49
HSL 326.9º 0.81% 0.28% -
HSV(B) 326.9º 0.89% 0.51% -
XYZ 10.74 5.61 7.72 -
YUV 55.98 140.43 180.8 -
System Red Green Blue C M Y K H S L
Decimal 130 14 78 0 0.89 0.40 0.49 326.9 0.81 0.28
Hex 82 E 4E 0 59 28 31 147 51 1C
Octal 202 16 116 0 131 50 61 507 121 34
Binary 10000010 1110 1001110 0 1011001 101000 110001 101000111 1010001 11100

Color Harmonies of #820E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820E4E

Black with #820E4E

Text Example


Text Example

White with #820E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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