Html Css Color HEX #99595E Vin Rouge

📋 copy color: '#99595E'

red 153 ◦ green 89 ◦ blue 94

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

Shades of Vin Rouge #99595E

Tints of Vin Rouge #99595E

RGB

 RED value IS 153 (60.16% from 255) = 45.54%

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

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

R = 45.54%
G = 26.49%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#99595E (or 0x99595E) is known color: Vin Rouge. HEX triplet: 99, 59 and 5E. RGB value is (153,89,94). Sum of RGB (Red+Green+Blue) = 153+89+94=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #99595E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99595E is #66A6A1. Grayscale: #6C6C6C. Windows color (decimal): -6727330 or 6183321. OLE color: 6183321.

HSL color Cylindrical-coordinate representation of color #99595E: hue angle of 355.31º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99595E is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 89 94 -
CMYK 0 0.42 0.39 0.4
HSL 355.31º 0.26% 0.47% -
HSV(B) 355.31º 0.42% 0.6% -
XYZ 18.73 14.73 12.44 -
YUV 108.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 153 89 94 0 0.42 0.39 0.4 355.31 0.26 0.47
Hex 99 59 5E 0 2A 27 28 163 1A 2F
Octal 231 131 136 0 52 47 50 543 32 57
Binary 10011001 1011001 1011110 0 101010 100111 101000 101100011 11010 101111

Color Harmonies of #99595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99595E

Black with #99595E

Text Example


Text Example

White with #99595E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,89,94); }

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

background-color css

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

 a { background-color: rgb(153,89,94); }

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

border-color css

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

 span { border-color: rgb(153,89,94); }

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