Html Css Color HEX #83153F Pompadour

📋 copy color: '#83153F'

red 131 ◦ green 21 ◦ blue 63

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

Shades of Pompadour #83153F

Tints of Pompadour #83153F

RGB

 RED value IS 131 (51.56% from 255) = 60.93%

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

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

R = 60.93%
G = 9.77%
B = 29.3%

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

#83153F (or 0x83153F) is known color: Pompadour. HEX triplet: 83, 15 and 3F. RGB value is (131,21,63). Sum of RGB (Red+Green+Blue) = 131+21+63=215 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.93% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 131 - color contains mainly: red. Hex color #83153F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83153F is #7CEAC0. Grayscale: #3A3A3A. Windows color (decimal): -8186561 or 4134275. OLE color: 4134275.

HSL color Cylindrical-coordinate representation of color #83153F: hue angle of 337.09º 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 #83153F is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 21 63 -
CMYK 0 0.84 0.52 0.49
HSL 337.09º 0.72% 0.3% -
HSV(B) 337.09º 0.84% 0.51% -
XYZ 10.53 5.72 5.25 -
YUV 58.68 130.44 179.58 -
System Red Green Blue C M Y K H S L
Decimal 131 21 63 0 0.84 0.52 0.49 337.09 0.72 0.3
Hex 83 15 3F 0 54 34 31 151 48 1E
Octal 203 25 77 0 124 64 61 521 110 36
Binary 10000011 10101 111111 0 1010100 110100 110001 101010001 1001000 11110

Color Harmonies of #83153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83153F

Black with #83153F

Text Example


Text Example

White with #83153F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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