Html Css Color HEX #821249 Pompadour

📋 copy color: '#821249'

red 130 ◦ green 18 ◦ blue 73

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

Shades of Pompadour #821249

Tints of Pompadour #821249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 33.03%

R = 58.82%
G = 8.14%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#821249 (or 0x821249) is known color: Pompadour. HEX triplet: 82, 12 and 49. RGB value is (130,18,73). Sum of RGB (Red+Green+Blue) = 130+18+73=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #821249 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821249 is #7DEDB6. Grayscale: #393939. Windows color (decimal): -8252855 or 4788866. OLE color: 4788866.

HSL color Cylindrical-coordinate representation of color #821249: hue angle of 330.54º 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 #821249 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 18 73 -
CMYK 0 0.86 0.44 0.49
HSL 330.54º 0.76% 0.29% -
HSV(B) 330.54º 0.86% 0.51% -
XYZ 10.62 5.66 6.84 -
YUV 57.76 136.61 179.53 -
System Red Green Blue C M Y K H S L
Decimal 130 18 73 0 0.86 0.44 0.49 330.54 0.76 0.29
Hex 82 12 49 0 56 2C 31 14B 4C 1D
Octal 202 22 111 0 126 54 61 513 114 35
Binary 10000010 10010 1001001 0 1010110 101100 110001 101001011 1001100 11101

Color Harmonies of #821249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821249

Black with #821249

Text Example


Text Example

White with #821249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821249; }

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

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

background-color css

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

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

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

border-color css

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

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

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