Html Css Color HEX #821350 Pompadour

📋 copy color: '#821350'

red 130 ◦ green 19 ◦ blue 80

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

Shades of Pompadour #821350

Tints of Pompadour #821350

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.3%

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

R = 56.77%
G = 8.3%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#821350 (or 0x821350) is known color: Pompadour. HEX triplet: 82, 13 and 50. RGB value is (130,19,80). Sum of RGB (Red+Green+Blue) = 130+19+80=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #821350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821350 is #7DECAF. Grayscale: #3B3B3B. Windows color (decimal): -8252592 or 5247874. OLE color: 5247874.

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

Color convert

RGB 130 19 80 -
CMYK 0 0.85 0.38 0.49
HSL 327.03º 0.74% 0.29% -
HSV(B) 327.03º 0.85% 0.51% -
XYZ 10.89 5.79 8.13 -
YUV 59.14 139.77 178.54 -
System Red Green Blue C M Y K H S L
Decimal 130 19 80 0 0.85 0.38 0.49 327.03 0.74 0.29
Hex 82 13 50 0 55 26 31 147 4A 1D
Octal 202 23 120 0 125 46 61 507 112 35
Binary 10000010 10011 1010000 0 1010101 100110 110001 101000111 1001010 11101

Color Harmonies of #821350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821350

Black with #821350

Text Example


Text Example

White with #821350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821350; }

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

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

background-color css

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

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

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

border-color css

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

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

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