Html Css Color HEX #821151 Pompadour

📋 copy color: '#821151'

red 130 ◦ green 17 ◦ blue 81

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

Shades of Pompadour #821151

Tints of Pompadour #821151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 35.53%

R = 57.02%
G = 7.46%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#821151 (or 0x821151) is known color: Pompadour. HEX triplet: 82, 11 and 51. RGB value is (130,17,81). Sum of RGB (Red+Green+Blue) = 130+17+81=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #821151 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821151 is #7DEEAE. Grayscale: #393939. Windows color (decimal): -8253103 or 5312898. OLE color: 5312898.

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

Color convert

RGB 130 17 81 -
CMYK 0 0.87 0.38 0.49
HSL 326.02º 0.77% 0.29% -
HSV(B) 326.02º 0.87% 0.51% -
XYZ 10.89 5.74 8.32 -
YUV 58.08 140.94 179.3 -
System Red Green Blue C M Y K H S L
Decimal 130 17 81 0 0.87 0.38 0.49 326.02 0.77 0.29
Hex 82 11 51 0 57 26 31 146 4D 1D
Octal 202 21 121 0 127 46 61 506 115 35
Binary 10000010 10001 1010001 0 1010111 100110 110001 101000110 1001101 11101

Color Harmonies of #821151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821151

Black with #821151

Text Example


Text Example

White with #821151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821151; }

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

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

background-color css

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

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

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

border-color css

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

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

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