Html Css Color HEX #821340 Pompadour

📋 copy color: '#821340'

red 130 ◦ green 19 ◦ blue 64

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

Shades of Pompadour #821340

Tints of Pompadour #821340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.92%

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

R = 61.03%
G = 8.92%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#821340 (or 0x821340) is known color: Pompadour. HEX triplet: 82, 13 and 40. RGB value is (130,19,64). Sum of RGB (Red+Green+Blue) = 130+19+64=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #821340 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821340 is #7DECBF. Grayscale: #393939. Windows color (decimal): -8252608 or 4199298. OLE color: 4199298.

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

Color convert

RGB 130 19 64 -
CMYK 0 0.85 0.51 0.49
HSL 335.68º 0.74% 0.29% -
HSV(B) 335.68º 0.85% 0.51% -
XYZ 10.36 5.58 5.38 -
YUV 57.32 131.77 179.84 -
System Red Green Blue C M Y K H S L
Decimal 130 19 64 0 0.85 0.51 0.49 335.68 0.74 0.29
Hex 82 13 40 0 55 33 31 150 4A 1D
Octal 202 23 100 0 125 63 61 520 112 35
Binary 10000010 10011 1000000 0 1010101 110011 110001 101010000 1001010 11101

Color Harmonies of #821340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821340

Black with #821340

Text Example


Text Example

White with #821340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821340; }

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

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

background-color css

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

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

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

border-color css

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

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

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