Html Css Color HEX #851055 Eggplant

📋 copy color: '#851055'

red 133 ◦ green 16 ◦ blue 85

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

Shades of Eggplant #851055

Tints of Eggplant #851055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.32%

R = 56.84%
G = 6.84%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#851055 (or 0x851055) is known color: Eggplant. HEX triplet: 85, 10 and 55. RGB value is (133,16,85). Sum of RGB (Red+Green+Blue) = 133+16+85=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #851055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851055 is #7AEFAA. Grayscale: #3A3A3A. Windows color (decimal): -8056747 or 5574789. OLE color: 5574789.

HSL color Cylindrical-coordinate representation of color #851055: hue angle of 324.62º 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 #851055 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 16 85 -
CMYK 0 0.88 0.36 0.48
HSL 324.62º 0.79% 0.29% -
HSV(B) 324.62º 0.88% 0.52% -
XYZ 11.5 6.01 9.15 -
YUV 58.85 142.76 180.89 -
System Red Green Blue C M Y K H S L
Decimal 133 16 85 0 0.88 0.36 0.48 324.62 0.79 0.29
Hex 85 10 55 0 58 24 30 145 4F 1D
Octal 205 20 125 0 130 44 60 505 117 35
Binary 10000101 10000 1010101 0 1011000 100100 110000 101000101 1001111 11101

Color Harmonies of #851055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851055

Black with #851055

Text Example


Text Example

White with #851055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851055; }

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

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

background-color css

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

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

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

border-color css

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

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

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