Html Css Color HEX #98595B Vin Rouge

📋 copy color: '#98595B'

red 152 ◦ green 89 ◦ blue 91

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

Shades of Vin Rouge #98595B

Tints of Vin Rouge #98595B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.41%

R = 45.78%
G = 26.81%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#98595B (or 0x98595B) is known color: Vin Rouge. HEX triplet: 98, 59 and 5B. RGB value is (152,89,91). Sum of RGB (Red+Green+Blue) = 152+89+91=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #98595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98595B is #67A6A4. Grayscale: #6C6C6C. Windows color (decimal): -6792869 or 5986712. OLE color: 5986712.

HSL color Cylindrical-coordinate representation of color #98595B: hue angle of 358.1º 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 #98595B is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 89 91 -
CMYK 0 0.41 0.40 0.40
HSL 358.1º 0.26% 0.47% -
HSV(B) 358.1º 0.41% 0.6% -
XYZ 18.41 14.58 11.74 -
YUV 108.07 118.37 159.34 -
System Red Green Blue C M Y K H S L
Decimal 152 89 91 0 0.41 0.40 0.40 358.1 0.26 0.47
Hex 98 59 5B 0 29 28 28 166 1A 2F
Octal 230 131 133 0 51 50 50 546 32 57
Binary 10011000 1011001 1011011 0 101001 101000 101000 101100110 11010 101111

Color Harmonies of #98595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98595B

Black with #98595B

Text Example


Text Example

White with #98595B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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