Html Css Color HEX #98515F Vin Rouge

📋 copy color: '#98515F'

red 152 ◦ green 81 ◦ blue 95

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

Shades of Vin Rouge #98515F

Tints of Vin Rouge #98515F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.7%

 BLUE value IS 95 (37.5% from 255) = 28.96%

R = 46.34%
G = 24.7%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#98515F (or 0x98515F) is known color: Vin Rouge. HEX triplet: 98, 51 and 5F. RGB value is (152,81,95). Sum of RGB (Red+Green+Blue) = 152+81+95=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #98515F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98515F is #67AEA0. Grayscale: #676767. Windows color (decimal): -6794913 or 6246808. OLE color: 6246808.

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

Color convert

RGB 152 81 95 -
CMYK 0 0.47 0.38 0.40
HSL 348.17º 0.3% 0.46% -
HSV(B) 348.17º 0.47% 0.6% -
XYZ 17.96 13.39 12.46 -
YUV 103.83 123.02 162.36 -
System Red Green Blue C M Y K H S L
Decimal 152 81 95 0 0.47 0.38 0.40 348.17 0.3 0.46
Hex 98 51 5F 0 2F 26 28 15C 1E 2E
Octal 230 121 137 0 57 46 50 534 36 56
Binary 10011000 1010001 1011111 0 101111 100110 101000 101011100 11110 101110

Color Harmonies of #98515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98515F

Black with #98515F

Text Example


Text Example

White with #98515F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98515F; }

 p { color: rgb(152,81,95); }

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

background-color css

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

 a { background-color: rgb(152,81,95); }

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

border-color css

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

 span { border-color: rgb(152,81,95); }

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