Html Css Color HEX #83113D Pompadour

📋 copy color: '#83113D'

red 131 ◦ green 17 ◦ blue 61

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

Shades of Pompadour #83113D

Tints of Pompadour #83113D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 29.19%

R = 62.68%
G = 8.13%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#83113D (or 0x83113D) is known color: Pompadour. HEX triplet: 83, 11 and 3D. RGB value is (131,17,61). Sum of RGB (Red+Green+Blue) = 131+17+61=209 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.68% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 131 - color contains mainly: red. Hex color #83113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83113D is #7CEEC2. Grayscale: #383838. Windows color (decimal): -8187587 or 4002179. OLE color: 4002179.

HSL color Cylindrical-coordinate representation of color #83113D: hue angle of 336.84º 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 #83113D is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 17 61 -
CMYK 0 0.87 0.53 0.49
HSL 336.84º 0.77% 0.29% -
HSV(B) 336.84º 0.87% 0.51% -
XYZ 10.4 5.56 4.94 -
YUV 56.1 130.77 181.42 -
System Red Green Blue C M Y K H S L
Decimal 131 17 61 0 0.87 0.53 0.49 336.84 0.77 0.29
Hex 83 11 3D 0 57 35 31 151 4D 1D
Octal 203 21 75 0 127 65 61 521 115 35
Binary 10000011 10001 111101 0 1010111 110101 110001 101010001 1001101 11101

Color Harmonies of #83113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83113D

Black with #83113D

Text Example


Text Example

White with #83113D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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