Html Css Color HEX #821447 Pompadour

📋 copy color: '#821447'

red 130 ◦ green 20 ◦ blue 71

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

Shades of Pompadour #821447

Tints of Pompadour #821447

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.05%

 BLUE value IS 71 (28.13% from 255) = 32.13%

R = 58.82%
G = 9.05%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#821447 (or 0x821447) is known color: Pompadour. HEX triplet: 82, 14 and 47. RGB value is (130,20,71). Sum of RGB (Red+Green+Blue) = 130+20+71=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #821447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821447 is #7DEBB8. Grayscale: #3A3A3A. Windows color (decimal): -8252345 or 4658306. OLE color: 4658306.

HSL color Cylindrical-coordinate representation of color #821447: hue angle of 332.18º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821447 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 20 71 -
CMYK 0 0.85 0.45 0.49
HSL 332.18º 0.73% 0.29% -
HSV(B) 332.18º 0.85% 0.51% -
XYZ 10.59 5.7 6.5 -
YUV 58.7 134.94 178.85 -
System Red Green Blue C M Y K H S L
Decimal 130 20 71 0 0.85 0.45 0.49 332.18 0.73 0.29
Hex 82 14 47 0 55 2D 31 14C 49 1D
Octal 202 24 107 0 125 55 61 514 111 35
Binary 10000010 10100 1000111 0 1010101 101101 110001 101001100 1001001 11101

Color Harmonies of #821447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821447

Black with #821447

Text Example


Text Example

White with #821447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821447; }

 p { color: rgb(130,20,71); }

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

background-color css

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

 a { background-color: rgb(130,20,71); }

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

border-color css

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

 span { border-color: rgb(130,20,71); }

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