Html Css Color HEX #821054 Pompadour

📋 copy color: '#821054'

red 130 ◦ green 16 ◦ blue 84

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

Shades of Pompadour #821054

Tints of Pompadour #821054

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.96%

 BLUE value IS 84 (33.2% from 255) = 36.52%

R = 56.52%
G = 6.96%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#821054 (or 0x821054) is known color: Pompadour. HEX triplet: 82, 10 and 54. RGB value is (130,16,84). Sum of RGB (Red+Green+Blue) = 130+16+84=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #821054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821054 is #7DEFAB. Grayscale: #393939. Windows color (decimal): -8253356 or 5509250. OLE color: 5509250.

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

Color convert

RGB 130 16 84 -
CMYK 0 0.88 0.35 0.49
HSL 324.21º 0.78% 0.29% -
HSV(B) 324.21º 0.88% 0.51% -
XYZ 10.99 5.76 8.92 -
YUV 57.84 142.77 179.47 -
System Red Green Blue C M Y K H S L
Decimal 130 16 84 0 0.88 0.35 0.49 324.21 0.78 0.29
Hex 82 10 54 0 58 23 31 144 4E 1D
Octal 202 20 124 0 130 43 61 504 116 35
Binary 10000010 10000 1010100 0 1011000 100011 110001 101000100 1001110 11101

Color Harmonies of #821054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821054

Black with #821054

Text Example


Text Example

White with #821054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821054; }

 p { color: rgb(130,16,84); }

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

background-color css

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

 a { background-color: rgb(130,16,84); }

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

border-color css

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

 span { border-color: rgb(130,16,84); }

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