Html Css Color HEX #821642 Pompadour

📋 copy color: '#821642'

red 130 ◦ green 22 ◦ blue 66

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

Shades of Pompadour #821642

Tints of Pompadour #821642

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.09%

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

R = 59.63%
G = 10.09%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#821642 (or 0x821642) is known color: Pompadour. HEX triplet: 82, 16 and 42. RGB value is (130,22,66). Sum of RGB (Red+Green+Blue) = 130+22+66=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #821642 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821642 is #7DE9BD. Grayscale: #3B3B3B. Windows color (decimal): -8251838 or 4331138. OLE color: 4331138.

HSL color Cylindrical-coordinate representation of color #821642: hue angle of 335.56º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #821642 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 22 66 -
CMYK 0 0.83 0.49 0.49
HSL 335.56º 0.71% 0.3% -
HSV(B) 335.56º 0.83% 0.51% -
XYZ 10.48 5.71 5.7 -
YUV 59.31 131.78 178.42 -
System Red Green Blue C M Y K H S L
Decimal 130 22 66 0 0.83 0.49 0.49 335.56 0.71 0.3
Hex 82 16 42 0 53 31 31 150 47 1E
Octal 202 26 102 0 123 61 61 520 107 36
Binary 10000010 10110 1000010 0 1010011 110001 110001 101010000 1000111 11110

Color Harmonies of #821642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821642

Black with #821642

Text Example


Text Example

White with #821642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821642; }

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

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

background-color css

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

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

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

border-color css

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

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

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