Html Css Color HEX #821252 Pompadour

📋 copy color: '#821252'

red 130 ◦ green 18 ◦ blue 82

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

Shades of Pompadour #821252

Tints of Pompadour #821252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 35.65%

R = 56.52%
G = 7.83%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#821252 (or 0x821252) is known color: Pompadour. HEX triplet: 82, 12 and 52. RGB value is (130,18,82). Sum of RGB (Red+Green+Blue) = 130+18+82=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #821252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821252 is #7DEDAD. Grayscale: #3A3A3A. Windows color (decimal): -8252846 or 5378690. OLE color: 5378690.

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

Color convert

RGB 130 18 82 -
CMYK 0 0.86 0.37 0.49
HSL 325.71º 0.76% 0.29% -
HSV(B) 325.71º 0.86% 0.51% -
XYZ 10.95 5.79 8.52 -
YUV 58.78 141.11 178.8 -
System Red Green Blue C M Y K H S L
Decimal 130 18 82 0 0.86 0.37 0.49 325.71 0.76 0.29
Hex 82 12 52 0 56 25 31 146 4C 1D
Octal 202 22 122 0 126 45 61 506 114 35
Binary 10000010 10010 1010010 0 1010110 100101 110001 101000110 1001100 11101

Color Harmonies of #821252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821252

Black with #821252

Text Example


Text Example

White with #821252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821252; }

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

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

background-color css

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

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

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

border-color css

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

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

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