Html Css Color HEX #985D5E Vin Rouge

📋 copy color: '#985D5E'

red 152 ◦ green 93 ◦ blue 94

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

Shades of Vin Rouge #985D5E

Tints of Vin Rouge #985D5E

RGB

 RED value IS 152 (59.77% from 255) = 44.84%

 GREEN value IS 93 (36.72% from 255) = 27.43%

 BLUE value IS 94 (37.11% from 255) = 27.73%

R = 44.84%
G = 27.43%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#985D5E (or 0x985D5E) is known color: Vin Rouge. HEX triplet: 98, 5D and 5E. RGB value is (152,93,94). Sum of RGB (Red+Green+Blue) = 152+93+94=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #985D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985D5E is #67A2A1. Grayscale: #6E6E6E. Windows color (decimal): -6791842 or 6184344. OLE color: 6184344.

HSL color Cylindrical-coordinate representation of color #985D5E: hue angle of 358.98º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #985D5E is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 93 94 -
CMYK 0 0.39 0.38 0.40
HSL 358.98º 0.24% 0.48% -
HSV(B) 358.98º 0.39% 0.6% -
XYZ 18.88 15.31 12.55 -
YUV 110.76 118.55 157.42 -
System Red Green Blue C M Y K H S L
Decimal 152 93 94 0 0.39 0.38 0.40 358.98 0.24 0.48
Hex 98 5D 5E 0 27 26 28 167 18 30
Octal 230 135 136 0 47 46 50 547 30 60
Binary 10011000 1011101 1011110 0 100111 100110 101000 101100111 11000 110000

Color Harmonies of #985D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985D5E

Black with #985D5E

Text Example


Text Example

White with #985D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985D5E; }

 p { color: rgb(152,93,94); }

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

background-color css

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

 a { background-color: rgb(152,93,94); }

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

border-color css

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

 span { border-color: rgb(152,93,94); }

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