Html Css Color HEX #985270 Vin Rouge

📋 copy color: '#985270'

red 152 ◦ green 82 ◦ blue 112

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

Shades of Vin Rouge #985270

Tints of Vin Rouge #985270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.7%

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

R = 43.93%
G = 23.7%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#985270 (or 0x985270) is known color: Vin Rouge. HEX triplet: 98, 52 and 70. RGB value is (152,82,112). Sum of RGB (Red+Green+Blue) = 152+82+112=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #985270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985270 is #67AD8F. Grayscale: #6A6A6A. Windows color (decimal): -6794640 or 7361176. OLE color: 7361176.

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

Color convert

RGB 152 82 112 -
CMYK 0 0.46 0.26 0.40
HSL 334.29º 0.3% 0.46% -
HSV(B) 334.29º 0.46% 0.6% -
XYZ 18.89 13.88 17.01 -
YUV 106.35 131.19 160.56 -
System Red Green Blue C M Y K H S L
Decimal 152 82 112 0 0.46 0.26 0.40 334.29 0.3 0.46
Hex 98 52 70 0 2E 1A 28 14E 1E 2E
Octal 230 122 160 0 56 32 50 516 36 56
Binary 10011000 1010010 1110000 0 101110 11010 101000 101001110 11110 101110

Color Harmonies of #985270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985270

Black with #985270

Text Example


Text Example

White with #985270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985270; }

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

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

background-color css

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

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

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

border-color css

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

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

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