Html Css Color HEX #82153F Pompadour

📋 copy color: '#82153F'

red 130 ◦ green 21 ◦ blue 63

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

Shades of Pompadour #82153F

Tints of Pompadour #82153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.81%

 BLUE value IS 63 (25% from 255) = 29.44%

R = 60.75%
G = 9.81%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#82153F (or 0x82153F) is known color: Pompadour. HEX triplet: 82, 15 and 3F. RGB value is (130,21,63). Sum of RGB (Red+Green+Blue) = 130+21+63=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #82153F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82153F is #7DEAC0. Grayscale: #3A3A3A. Windows color (decimal): -8252097 or 4134274. OLE color: 4134274.

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

Color convert

RGB 130 21 63 -
CMYK 0 0.84 0.52 0.49
HSL 336.88º 0.72% 0.3% -
HSV(B) 336.88º 0.84% 0.51% -
XYZ 10.37 5.64 5.24 -
YUV 58.38 130.61 179.08 -
System Red Green Blue C M Y K H S L
Decimal 130 21 63 0 0.84 0.52 0.49 336.88 0.72 0.3
Hex 82 15 3F 0 54 34 31 151 48 1E
Octal 202 25 77 0 124 64 61 521 110 36
Binary 10000010 10101 111111 0 1010100 110100 110001 101010001 1001000 11110

Color Harmonies of #82153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82153F

Black with #82153F

Text Example


Text Example

White with #82153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82153F; }

 p { color: rgb(130,21,63); }

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

background-color css

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

 a { background-color: rgb(130,21,63); }

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

border-color css

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

 span { border-color: rgb(130,21,63); }

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