Html Css Color HEX #821640 Pompadour

📋 copy color: '#821640'

red 130 ◦ green 22 ◦ blue 64

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

Shades of Pompadour #821640

Tints of Pompadour #821640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 29.63%

R = 60.19%
G = 10.19%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#821640 (or 0x821640) is known color: Pompadour. HEX triplet: 82, 16 and 40. RGB value is (130,22,64). Sum of RGB (Red+Green+Blue) = 130+22+64=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #821640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821640 is #7DE9BF. Grayscale: #3B3B3B. Windows color (decimal): -8251840 or 4200066. OLE color: 4200066.

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

Color convert

RGB 130 22 64 -
CMYK 0 0.83 0.51 0.49
HSL 336.67º 0.71% 0.3% -
HSV(B) 336.67º 0.83% 0.51% -
XYZ 10.42 5.69 5.4 -
YUV 59.08 130.78 178.58 -
System Red Green Blue C M Y K H S L
Decimal 130 22 64 0 0.83 0.51 0.49 336.67 0.71 0.3
Hex 82 16 40 0 53 33 31 151 47 1E
Octal 202 26 100 0 123 63 61 521 107 36
Binary 10000010 10110 1000000 0 1010011 110011 110001 101010001 1000111 11110

Color Harmonies of #821640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821640

Black with #821640

Text Example


Text Example

White with #821640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821640; }

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

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

background-color css

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

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

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

border-color css

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

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

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