Html Css Color HEX #99595A Vin Rouge

📋 copy color: '#99595A'

red 153 ◦ green 89 ◦ blue 90

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

Shades of Vin Rouge #99595A

Tints of Vin Rouge #99595A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.11%

R = 46.08%
G = 26.81%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#99595A (or 0x99595A) is known color: Vin Rouge. HEX triplet: 99, 59 and 5A. RGB value is (153,89,90). Sum of RGB (Red+Green+Blue) = 153+89+90=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #99595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99595A is #66A6A5. Grayscale: #6C6C6C. Windows color (decimal): -6727334 or 5921177. OLE color: 5921177.

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

Color convert

RGB 153 89 90 -
CMYK 0 0.42 0.41 0.4
HSL 359.06º 0.26% 0.47% -
HSV(B) 359.06º 0.42% 0.6% -
XYZ 18.55 14.66 11.52 -
YUV 108.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 153 89 90 0 0.42 0.41 0.4 359.06 0.26 0.47
Hex 99 59 5A 0 2A 29 28 167 1A 2F
Octal 231 131 132 0 52 51 50 547 32 57
Binary 10011001 1011001 1011010 0 101010 101001 101000 101100111 11010 101111

Color Harmonies of #99595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99595A

Black with #99595A

Text Example


Text Example

White with #99595A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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