Html Css Color HEX #850353 Eggplant

📋 copy color: '#850353'

red 133 ◦ green 3 ◦ blue 83

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

Shades of Eggplant #850353

Tints of Eggplant #850353

RGB

 RED value IS 133 (52.34% from 255) = 60.73%

 GREEN value IS 3 (1.56% from 255) = 1.37%

 BLUE value IS 83 (32.81% from 255) = 37.9%

R = 60.73%
G = 1.37%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#850353 (or 0x850353) is known color: Eggplant. HEX triplet: 85, 03 and 53. RGB value is (133,3,83). Sum of RGB (Red+Green+Blue) = 133+3+83=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #850353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850353 is #7AFCAC. Grayscale: #323232. Windows color (decimal): -8060077 or 5440389. OLE color: 5440389.

HSL color Cylindrical-coordinate representation of color #850353: hue angle of 323.08º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850353 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 3 83 -
CMYK 0 0.98 0.38 0.48
HSL 323.08º 0.96% 0.27% -
HSV(B) 323.08º 0.98% 0.52% -
XYZ 11.27 5.68 8.69 -
YUV 50.99 146.07 186.5 -
System Red Green Blue C M Y K H S L
Decimal 133 3 83 0 0.98 0.38 0.48 323.08 0.96 0.27
Hex 85 3 53 0 62 26 30 143 60 1B
Octal 205 3 123 0 142 46 60 503 140 33
Binary 10000101 11 1010011 0 1100010 100110 110000 101000011 1100000 11011

Color Harmonies of #850353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850353

Black with #850353

Text Example


Text Example

White with #850353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850353; }

 p { color: rgb(133,3,83); }

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

background-color css

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

 a { background-color: rgb(133,3,83); }

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

border-color css

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

 span { border-color: rgb(133,3,83); }

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