Html Css Color HEX #821153 Pompadour

📋 copy color: '#821153'

red 130 ◦ green 17 ◦ blue 83

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

Shades of Pompadour #821153

Tints of Pompadour #821153

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.39%

 BLUE value IS 83 (32.81% from 255) = 36.09%

R = 56.52%
G = 7.39%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#821153 (or 0x821153) is known color: Pompadour. HEX triplet: 82, 11 and 53. RGB value is (130,17,83). Sum of RGB (Red+Green+Blue) = 130+17+83=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #821153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821153 is #7DEEAC. Grayscale: #3A3A3A. Windows color (decimal): -8253101 or 5443970. OLE color: 5443970.

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

Color convert

RGB 130 17 83 -
CMYK 0 0.87 0.36 0.49
HSL 324.96º 0.77% 0.29% -
HSV(B) 324.96º 0.87% 0.51% -
XYZ 10.97 5.77 8.72 -
YUV 58.31 141.94 179.13 -
System Red Green Blue C M Y K H S L
Decimal 130 17 83 0 0.87 0.36 0.49 324.96 0.77 0.29
Hex 82 11 53 0 57 24 31 145 4D 1D
Octal 202 21 123 0 127 44 61 505 115 35
Binary 10000010 10001 1010011 0 1010111 100100 110001 101000101 1001101 11101

Color Harmonies of #821153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821153

Black with #821153

Text Example


Text Example

White with #821153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821153; }

 p { color: rgb(130,17,83); }

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

background-color css

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

 a { background-color: rgb(130,17,83); }

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

border-color css

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

 span { border-color: rgb(130,17,83); }

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