Html Css Color HEX #985370 Vin Rouge

📋 copy color: '#985370'

red 152 ◦ green 83 ◦ blue 112

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

Shades of Vin Rouge #985370

Tints of Vin Rouge #985370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.92%

 BLUE value IS 112 (44.14% from 255) = 32.28%

R = 43.8%
G = 23.92%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#985370 (or 0x985370) is known color: Vin Rouge. HEX triplet: 98, 53 and 70. RGB value is (152,83,112). Sum of RGB (Red+Green+Blue) = 152+83+112=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #985370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985370 is #67AC8F. Grayscale: #6A6A6A. Windows color (decimal): -6794384 or 7361432. OLE color: 7361432.

HSL color Cylindrical-coordinate representation of color #985370: hue angle of 334.78º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985370 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 83 112 -
CMYK 0 0.45 0.26 0.40
HSL 334.78º 0.29% 0.46% -
HSV(B) 334.78º 0.45% 0.6% -
XYZ 18.97 14.03 17.04 -
YUV 106.94 130.86 160.14 -
System Red Green Blue C M Y K H S L
Decimal 152 83 112 0 0.45 0.26 0.40 334.78 0.29 0.46
Hex 98 53 70 0 2D 1A 28 14F 1D 2E
Octal 230 123 160 0 55 32 50 517 35 56
Binary 10011000 1010011 1110000 0 101101 11010 101000 101001111 11101 101110

Color Harmonies of #985370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985370

Black with #985370

Text Example


Text Example

White with #985370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985370; }

 p { color: rgb(152,83,112); }

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

background-color css

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

 a { background-color: rgb(152,83,112); }

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

border-color css

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

 span { border-color: rgb(152,83,112); }

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