Html Css Color HEX #83074E Eggplant

📋 copy color: '#83074E'

red 131 ◦ green 7 ◦ blue 78

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

Shades of Eggplant #83074E

Tints of Eggplant #83074E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.24%

 BLUE value IS 78 (30.86% from 255) = 36.11%

R = 60.65%
G = 3.24%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#83074E (or 0x83074E) is known color: Eggplant. HEX triplet: 83, 07 and 4E. RGB value is (131,7,78). Sum of RGB (Red+Green+Blue) = 131+7+78=216 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.65% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 131 - color contains mainly: red. Hex color #83074E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83074E is #7CF8B1. Grayscale: #343434. Windows color (decimal): -8190130 or 5113731. OLE color: 5113731.

HSL color Cylindrical-coordinate representation of color #83074E: hue angle of 325.65º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83074E is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 7 78 -
CMYK 0 0.95 0.40 0.49
HSL 325.65º 0.9% 0.27% -
HSV(B) 325.65º 0.95% 0.51% -
XYZ 10.81 5.53 7.7 -
YUV 52.17 142.58 184.23 -
System Red Green Blue C M Y K H S L
Decimal 131 7 78 0 0.95 0.40 0.49 325.65 0.9 0.27
Hex 83 7 4E 0 5F 28 31 146 5A 1B
Octal 203 7 116 0 137 50 61 506 132 33
Binary 10000011 111 1001110 0 1011111 101000 110001 101000110 1011010 11011

Color Harmonies of #83074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83074E

Black with #83074E

Text Example


Text Example

White with #83074E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83074E; }

 p { color: rgb(131,7,78); }

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

background-color css

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

 a { background-color: rgb(131,7,78); }

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

border-color css

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

 span { border-color: rgb(131,7,78); }

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