Html Css Color HEX #821742 Pompadour

📋 copy color: '#821742'

red 130 ◦ green 23 ◦ blue 66

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

Shades of Pompadour #821742

Tints of Pompadour #821742

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.5%

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

R = 59.36%
G = 10.5%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#821742 (or 0x821742) is known color: Pompadour. HEX triplet: 82, 17 and 42. RGB value is (130,23,66). Sum of RGB (Red+Green+Blue) = 130+23+66=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #821742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #821742 is #7DE8BD. Grayscale: #3B3B3B. Windows color (decimal): -8251582 or 4331394. OLE color: 4331394.

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

Color convert

RGB 130 23 66 -
CMYK 0 0.82 0.49 0.49
HSL 335.89º 0.7% 0.3% -
HSV(B) 335.89º 0.82% 0.51% -
XYZ 10.5 5.75 5.71 -
YUV 59.9 131.45 178 -
System Red Green Blue C M Y K H S L
Decimal 130 23 66 0 0.82 0.49 0.49 335.89 0.7 0.3
Hex 82 17 42 0 52 31 31 150 46 1E
Octal 202 27 102 0 122 61 61 520 106 36
Binary 10000010 10111 1000010 0 1010010 110001 110001 101010000 1000110 11110

Color Harmonies of #821742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821742

Black with #821742

Text Example


Text Example

White with #821742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821742; }

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

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

background-color css

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

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

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

border-color css

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

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

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