Html Css Color HEX #821250 Pompadour

📋 copy color: '#821250'

red 130 ◦ green 18 ◦ blue 80

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

Shades of Pompadour #821250

Tints of Pompadour #821250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.09%

R = 57.02%
G = 7.89%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#821250 (or 0x821250) is known color: Pompadour. HEX triplet: 82, 12 and 50. RGB value is (130,18,80). Sum of RGB (Red+Green+Blue) = 130+18+80=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #821250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821250 is #7DEDAF. Grayscale: #3A3A3A. Windows color (decimal): -8252848 or 5247618. OLE color: 5247618.

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

Color convert

RGB 130 18 80 -
CMYK 0 0.86 0.38 0.49
HSL 326.79º 0.76% 0.29% -
HSV(B) 326.79º 0.86% 0.51% -
XYZ 10.87 5.76 8.13 -
YUV 58.56 140.11 178.96 -
System Red Green Blue C M Y K H S L
Decimal 130 18 80 0 0.86 0.38 0.49 326.79 0.76 0.29
Hex 82 12 50 0 56 26 31 147 4C 1D
Octal 202 22 120 0 126 46 61 507 114 35
Binary 10000010 10010 1010000 0 1010110 100110 110001 101000111 1001100 11101

Color Harmonies of #821250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821250

Black with #821250

Text Example


Text Example

White with #821250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821250; }

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

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

background-color css

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

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

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

border-color css

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

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

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