Html Css Color HEX #821442 Pompadour

📋 copy color: '#821442'

red 130 ◦ green 20 ◦ blue 66

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

Shades of Pompadour #821442

Tints of Pompadour #821442

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.26%

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

R = 60.19%
G = 9.26%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#821442 (or 0x821442) is known color: Pompadour. HEX triplet: 82, 14 and 42. RGB value is (130,20,66). Sum of RGB (Red+Green+Blue) = 130+20+66=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #821442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821442 is #7DEBBD. Grayscale: #3A3A3A. Windows color (decimal): -8252350 or 4330626. OLE color: 4330626.

HSL color Cylindrical-coordinate representation of color #821442: hue angle of 334.91º degrees, saturation: 0.73, 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 #821442 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 20 66 -
CMYK 0 0.85 0.49 0.49
HSL 334.91º 0.73% 0.29% -
HSV(B) 334.91º 0.85% 0.51% -
XYZ 10.44 5.64 5.69 -
YUV 58.13 132.44 179.26 -
System Red Green Blue C M Y K H S L
Decimal 130 20 66 0 0.85 0.49 0.49 334.91 0.73 0.29
Hex 82 14 42 0 55 31 31 14F 49 1D
Octal 202 24 102 0 125 61 61 517 111 35
Binary 10000010 10100 1000010 0 1010101 110001 110001 101001111 1001001 11101

Color Harmonies of #821442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821442

Black with #821442

Text Example


Text Example

White with #821442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821442; }

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

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

background-color css

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

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

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

border-color css

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

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

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