Html Css Color HEX #98515E Vin Rouge

📋 copy color: '#98515E'

red 152 ◦ green 81 ◦ blue 94

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

Shades of Vin Rouge #98515E

Tints of Vin Rouge #98515E

RGB

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

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

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

R = 46.48%
G = 24.77%
B = 28.75%

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

#98515E (or 0x98515E) is known color: Vin Rouge. HEX triplet: 98, 51 and 5E. RGB value is (152,81,94). Sum of RGB (Red+Green+Blue) = 152+81+94=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #98515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98515E is #67AEA1. Grayscale: #676767. Windows color (decimal): -6794914 or 6181272. OLE color: 6181272.

HSL color Cylindrical-coordinate representation of color #98515E: hue angle of 349.01º 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 #98515E is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 81 94 -
CMYK 0 0.47 0.38 0.40
HSL 349.01º 0.3% 0.46% -
HSV(B) 349.01º 0.47% 0.6% -
XYZ 17.91 13.37 12.23 -
YUV 103.71 122.52 162.44 -
System Red Green Blue C M Y K H S L
Decimal 152 81 94 0 0.47 0.38 0.40 349.01 0.3 0.46
Hex 98 51 5E 0 2F 26 28 15D 1E 2E
Octal 230 121 136 0 57 46 50 535 36 56
Binary 10011000 1010001 1011110 0 101111 100110 101000 101011101 11110 101110

Color Harmonies of #98515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98515E

Black with #98515E

Text Example


Text Example

White with #98515E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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