Html Css Color HEX #98515C Vin Rouge

📋 copy color: '#98515C'

red 152 ◦ green 81 ◦ blue 92

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

Shades of Vin Rouge #98515C

Tints of Vin Rouge #98515C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.31%

R = 46.77%
G = 24.92%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98515C (or 0x98515C) is known color: Vin Rouge. HEX triplet: 98, 51 and 5C. RGB value is (152,81,92). Sum of RGB (Red+Green+Blue) = 152+81+92=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #98515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98515C is #67AEA3. Grayscale: #676767. Windows color (decimal): -6794916 or 6050200. OLE color: 6050200.

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

Color convert

RGB 152 81 92 -
CMYK 0 0.47 0.39 0.40
HSL 350.7º 0.3% 0.46% -
HSV(B) 350.7º 0.47% 0.6% -
XYZ 17.82 13.33 11.76 -
YUV 103.48 121.52 162.61 -
System Red Green Blue C M Y K H S L
Decimal 152 81 92 0 0.47 0.39 0.40 350.7 0.3 0.46
Hex 98 51 5C 0 2F 27 28 15F 1E 2E
Octal 230 121 134 0 57 47 50 537 36 56
Binary 10011000 1010001 1011100 0 101111 100111 101000 101011111 11110 101110

Color Harmonies of #98515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98515C

Black with #98515C

Text Example


Text Example

White with #98515C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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