Html Css Color HEX #821042 Pompadour

📋 copy color: '#821042'

red 130 ◦ green 16 ◦ blue 66

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

Shades of Pompadour #821042

Tints of Pompadour #821042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 31.13%

R = 61.32%
G = 7.55%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#821042 (or 0x821042) is known color: Pompadour. HEX triplet: 82, 10 and 42. RGB value is (130,16,66). Sum of RGB (Red+Green+Blue) = 130+16+66=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #821042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821042 is #7DEFBD. Grayscale: #373737. Windows color (decimal): -8253374 or 4329602. OLE color: 4329602.

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

Color convert

RGB 130 16 66 -
CMYK 0 0.88 0.49 0.49
HSL 333.68º 0.78% 0.29% -
HSV(B) 333.68º 0.88% 0.51% -
XYZ 10.37 5.51 5.67 -
YUV 55.79 133.77 180.93 -
System Red Green Blue C M Y K H S L
Decimal 130 16 66 0 0.88 0.49 0.49 333.68 0.78 0.29
Hex 82 10 42 0 58 31 31 14E 4E 1D
Octal 202 20 102 0 130 61 61 516 116 35
Binary 10000010 10000 1000010 0 1011000 110001 110001 101001110 1001110 11101

Color Harmonies of #821042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821042

Black with #821042

Text Example


Text Example

White with #821042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821042; }

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

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

background-color css

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

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

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

border-color css

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

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

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