Html Css Color HEX #851361 Eggplant

📋 copy color: '#851361'

red 133 ◦ green 19 ◦ blue 97

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

Shades of Eggplant #851361

Tints of Eggplant #851361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.96%

R = 53.41%
G = 7.63%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#851361 (or 0x851361) is known color: Eggplant. HEX triplet: 85, 13 and 61. RGB value is (133,19,97). Sum of RGB (Red+Green+Blue) = 133+19+97=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #851361 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851361 is #7AEC9E. Grayscale: #3D3D3D. Windows color (decimal): -8055967 or 6361989. OLE color: 6361989.

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

Color convert

RGB 133 19 97 -
CMYK 0 0.86 0.27 0.48
HSL 318.95º 0.75% 0.3% -
HSV(B) 318.95º 0.86% 0.52% -
XYZ 12.06 6.32 11.89 -
YUV 61.98 147.77 178.66 -
System Red Green Blue C M Y K H S L
Decimal 133 19 97 0 0.86 0.27 0.48 318.95 0.75 0.3
Hex 85 13 61 0 56 1B 30 13F 4B 1E
Octal 205 23 141 0 126 33 60 477 113 36
Binary 10000101 10011 1100001 0 1010110 11011 110000 100111111 1001011 11110

Color Harmonies of #851361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851361

Black with #851361

Text Example


Text Example

White with #851361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851361; }

 p { color: rgb(133,19,97); }

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

background-color css

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

 a { background-color: rgb(133,19,97); }

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

border-color css

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

 span { border-color: rgb(133,19,97); }

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