Html Css Color HEX #82124D Pompadour

📋 copy color: '#82124D'

red 130 ◦ green 18 ◦ blue 77

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

Shades of Pompadour #82124D

Tints of Pompadour #82124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8%

 BLUE value IS 77 (30.47% from 255) = 34.22%

R = 57.78%
G = 8%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#82124D (or 0x82124D) is known color: Pompadour. HEX triplet: 82, 12 and 4D. RGB value is (130,18,77). Sum of RGB (Red+Green+Blue) = 130+18+77=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #82124D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82124D is #7DEDB2. Grayscale: #3A3A3A. Windows color (decimal): -8252851 or 5051010. OLE color: 5051010.

HSL color Cylindrical-coordinate representation of color #82124D: hue angle of 328.39º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82124D is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 18 77 -
CMYK 0 0.86 0.41 0.49
HSL 328.39º 0.76% 0.29% -
HSV(B) 328.39º 0.86% 0.51% -
XYZ 10.76 5.71 7.56 -
YUV 58.21 138.61 179.2 -
System Red Green Blue C M Y K H S L
Decimal 130 18 77 0 0.86 0.41 0.49 328.39 0.76 0.29
Hex 82 12 4D 0 56 29 31 148 4C 1D
Octal 202 22 115 0 126 51 61 510 114 35
Binary 10000010 10010 1001101 0 1010110 101001 110001 101001000 1001100 11101

Color Harmonies of #82124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82124D

Black with #82124D

Text Example


Text Example

White with #82124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82124D; }

 p { color: rgb(130,18,77); }

 H1.HeaderClassName
 {
   color: #82124D;
 }
 .AnyTagClassName
 {
   color: #82124D;
 }
</style>

background-color css

<style>
 a { background-color: #82124D; }

 a { background-color: rgb(130,18,77); }

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

border-color css

<style>
 span { border-color: #82124D; }

 span { border-color: rgb(130,18,77); }

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