Html Css Color HEX #99595D Vin Rouge

📋 copy color: '#99595D'

red 153 ◦ green 89 ◦ blue 93

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

Shades of Vin Rouge #99595D

Tints of Vin Rouge #99595D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.76%

R = 45.67%
G = 26.57%
B = 27.76%

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

#99595D (or 0x99595D) is known color: Vin Rouge. HEX triplet: 99, 59 and 5D. RGB value is (153,89,93). Sum of RGB (Red+Green+Blue) = 153+89+93=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #99595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99595D is #66A6A2. Grayscale: #6C6C6C. Windows color (decimal): -6727331 or 6117785. OLE color: 6117785.

HSL color Cylindrical-coordinate representation of color #99595D: hue angle of 356.25º 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 #99595D is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 89 93 -
CMYK 0 0.42 0.39 0.4
HSL 356.25º 0.26% 0.47% -
HSV(B) 356.25º 0.42% 0.6% -
XYZ 18.69 14.71 12.21 -
YUV 108.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 153 89 93 0 0.42 0.39 0.4 356.25 0.26 0.47
Hex 99 59 5D 0 2A 27 28 164 1A 2F
Octal 231 131 135 0 52 47 50 544 32 57
Binary 10011001 1011001 1011101 0 101010 100111 101000 101100100 11010 101111

Color Harmonies of #99595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99595D

Black with #99595D

Text Example


Text Example

White with #99595D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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