Html Css Color HEX #98595F Vin Rouge

📋 copy color: '#98595F'

red 152 ◦ green 89 ◦ blue 95

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

Shades of Vin Rouge #98595F

Tints of Vin Rouge #98595F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.49%

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

R = 45.24%
G = 26.49%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#98595F (or 0x98595F) is known color: Vin Rouge. HEX triplet: 98, 59 and 5F. RGB value is (152,89,95). Sum of RGB (Red+Green+Blue) = 152+89+95=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #98595F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98595F is #67A6A0. Grayscale: #6C6C6C. Windows color (decimal): -6792865 or 6248856. OLE color: 6248856.

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

Color convert

RGB 152 89 95 -
CMYK 0 0.41 0.38 0.40
HSL 354.29º 0.26% 0.47% -
HSV(B) 354.29º 0.41% 0.6% -
XYZ 18.59 14.65 12.67 -
YUV 108.52 120.37 159.01 -
System Red Green Blue C M Y K H S L
Decimal 152 89 95 0 0.41 0.38 0.40 354.29 0.26 0.47
Hex 98 59 5F 0 29 26 28 162 1A 2F
Octal 230 131 137 0 51 46 50 542 32 57
Binary 10011000 1011001 1011111 0 101001 100110 101000 101100010 11010 101111

Color Harmonies of #98595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98595F

Black with #98595F

Text Example


Text Example

White with #98595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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