Html Css Color HEX #851053 Eggplant

📋 copy color: '#851053'

red 133 ◦ green 16 ◦ blue 83

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

Shades of Eggplant #851053

Tints of Eggplant #851053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.9%

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

R = 57.33%
G = 6.9%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#851053 (or 0x851053) is known color: Eggplant. HEX triplet: 85, 10 and 53. RGB value is (133,16,83). Sum of RGB (Red+Green+Blue) = 133+16+83=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #851053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851053 is #7AEFAC. Grayscale: #3A3A3A. Windows color (decimal): -8056749 or 5443717. OLE color: 5443717.

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

Color convert

RGB 133 16 83 -
CMYK 0 0.88 0.38 0.48
HSL 325.64º 0.79% 0.29% -
HSV(B) 325.64º 0.88% 0.52% -
XYZ 11.42 5.98 8.74 -
YUV 58.62 141.76 181.05 -
System Red Green Blue C M Y K H S L
Decimal 133 16 83 0 0.88 0.38 0.48 325.64 0.79 0.29
Hex 85 10 53 0 58 26 30 146 4F 1D
Octal 205 20 123 0 130 46 60 506 117 35
Binary 10000101 10000 1010011 0 1011000 100110 110000 101000110 1001111 11101

Color Harmonies of #851053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851053

Black with #851053

Text Example


Text Example

White with #851053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851053; }

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

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

background-color css

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

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

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

border-color css

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

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

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