Html Css Color HEX #83113F Pompadour

📋 copy color: '#83113F'

red 131 ◦ green 17 ◦ blue 63

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

Shades of Pompadour #83113F

Tints of Pompadour #83113F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.06%

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

R = 62.09%
G = 8.06%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#83113F (or 0x83113F) is known color: Pompadour. HEX triplet: 83, 11 and 3F. RGB value is (131,17,63). Sum of RGB (Red+Green+Blue) = 131+17+63=211 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.09% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 131 - color contains mainly: red. Hex color #83113F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83113F is #7CEEC0. Grayscale: #383838. Windows color (decimal): -8187585 or 4133251. OLE color: 4133251.

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

Color convert

RGB 131 17 63 -
CMYK 0 0.87 0.52 0.49
HSL 335.79º 0.77% 0.29% -
HSV(B) 335.79º 0.87% 0.51% -
XYZ 10.46 5.59 5.23 -
YUV 56.33 131.77 181.26 -
System Red Green Blue C M Y K H S L
Decimal 131 17 63 0 0.87 0.52 0.49 335.79 0.77 0.29
Hex 83 11 3F 0 57 34 31 150 4D 1D
Octal 203 21 77 0 127 64 61 520 115 35
Binary 10000011 10001 111111 0 1010111 110100 110001 101010000 1001101 11101

Color Harmonies of #83113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83113F

Black with #83113F

Text Example


Text Example

White with #83113F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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