Html Css Color HEX #83135B Eggplant

📋 copy color: '#83135B'

red 131 ◦ green 19 ◦ blue 91

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

Shades of Eggplant #83135B

Tints of Eggplant #83135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.88%

 BLUE value IS 91 (35.94% from 255) = 37.76%

R = 54.36%
G = 7.88%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#83135B (or 0x83135B) is known color: Eggplant. HEX triplet: 83, 13 and 5B. RGB value is (131,19,91). Sum of RGB (Red+Green+Blue) = 131+19+91=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #83135B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83135B is #7CECA4. Grayscale: #3C3C3C. Windows color (decimal): -8187045 or 5968771. OLE color: 5968771.

HSL color Cylindrical-coordinate representation of color #83135B: hue angle of 321.43º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83135B is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 19 91 -
CMYK 0 0.85 0.31 0.49
HSL 321.43º 0.75% 0.29% -
HSV(B) 321.43º 0.85% 0.51% -
XYZ 11.48 6.05 10.46 -
YUV 60.7 145.11 178.15 -
System Red Green Blue C M Y K H S L
Decimal 131 19 91 0 0.85 0.31 0.49 321.43 0.75 0.29
Hex 83 13 5B 0 55 1F 31 141 4B 1D
Octal 203 23 133 0 125 37 61 501 113 35
Binary 10000011 10011 1011011 0 1010101 11111 110001 101000001 1001011 11101

Color Harmonies of #83135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83135B

Black with #83135B

Text Example


Text Example

White with #83135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83135B; }

 p { color: rgb(131,19,91); }

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

background-color css

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

 a { background-color: rgb(131,19,91); }

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

border-color css

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

 span { border-color: rgb(131,19,91); }

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