Html Css Color HEX #83135F Eggplant

📋 copy color: '#83135F'

red 131 ◦ green 19 ◦ blue 95

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

Shades of Eggplant #83135F

Tints of Eggplant #83135F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.78%

R = 53.47%
G = 7.76%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#83135F (or 0x83135F) is known color: Eggplant. HEX triplet: 83, 13 and 5F. RGB value is (131,19,95). Sum of RGB (Red+Green+Blue) = 131+19+95=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #83135F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83135F is #7CECA0. Grayscale: #3C3C3C. Windows color (decimal): -8187041 or 6230915. OLE color: 6230915.

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

Color convert

RGB 131 19 95 -
CMYK 0 0.85 0.27 0.49
HSL 319.29º 0.75% 0.29% -
HSV(B) 319.29º 0.85% 0.51% -
XYZ 11.66 6.12 11.39 -
YUV 61.15 147.11 177.82 -
System Red Green Blue C M Y K H S L
Decimal 131 19 95 0 0.85 0.27 0.49 319.29 0.75 0.29
Hex 83 13 5F 0 55 1B 31 13F 4B 1D
Octal 203 23 137 0 125 33 61 477 113 35
Binary 10000011 10011 1011111 0 1010101 11011 110001 100111111 1001011 11101

Color Harmonies of #83135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83135F

Black with #83135F

Text Example


Text Example

White with #83135F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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