Html Css Color HEX #821048 Pompadour

📋 copy color: '#821048'

red 130 ◦ green 16 ◦ blue 72

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

Shades of Pompadour #821048

Tints of Pompadour #821048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.03%

R = 59.63%
G = 7.34%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#821048 (or 0x821048) is known color: Pompadour. HEX triplet: 82, 10 and 48. RGB value is (130,16,72). Sum of RGB (Red+Green+Blue) = 130+16+72=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #821048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821048 is #7DEFB7. Grayscale: #383838. Windows color (decimal): -8253368 or 4722818. OLE color: 4722818.

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

Color convert

RGB 130 16 72 -
CMYK 0 0.88 0.45 0.49
HSL 330.53º 0.78% 0.29% -
HSV(B) 330.53º 0.88% 0.51% -
XYZ 10.56 5.58 6.65 -
YUV 56.47 136.77 180.45 -
System Red Green Blue C M Y K H S L
Decimal 130 16 72 0 0.88 0.45 0.49 330.53 0.78 0.29
Hex 82 10 48 0 58 2D 31 14B 4E 1D
Octal 202 20 110 0 130 55 61 513 116 35
Binary 10000010 10000 1001000 0 1011000 101101 110001 101001011 1001110 11101

Color Harmonies of #821048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821048

Black with #821048

Text Example


Text Example

White with #821048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821048; }

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

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

background-color css

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

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

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

border-color css

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

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

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