Html Css Color HEX #9A5962 Vin Rouge

📋 copy color: '#9A5962'

red 154 ◦ green 89 ◦ blue 98

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

Shades of Vin Rouge #9A5962

Tints of Vin Rouge #9A5962

RGB

 RED value IS 154 (60.55% from 255) = 45.16%

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

 BLUE value IS 98 (38.67% from 255) = 28.74%

R = 45.16%
G = 26.1%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#9A5962 (or 0x9A5962) is known color: Vin Rouge. HEX triplet: 9A, 59 and 62. RGB value is (154,89,98). Sum of RGB (Red+Green+Blue) = 154+89+98=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5962 is #65A69D. Grayscale: #6D6D6D. Windows color (decimal): -6661790 or 6445466. OLE color: 6445466.

HSL color Cylindrical-coordinate representation of color #9A5962: hue angle of 351.69º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A5962 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 89 98 -
CMYK 0 0.42 0.36 0.40
HSL 351.69º 0.27% 0.48% -
HSV(B) 351.69º 0.42% 0.6% -
XYZ 19.1 14.9 13.42 -
YUV 109.46 121.53 159.77 -
System Red Green Blue C M Y K H S L
Decimal 154 89 98 0 0.42 0.36 0.40 351.69 0.27 0.48
Hex 9A 59 62 0 2A 24 28 160 1B 30
Octal 232 131 142 0 52 44 50 540 33 60
Binary 10011010 1011001 1100010 0 101010 100100 101000 101100000 11011 110000

Color Harmonies of #9A5962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5962

Black with #9A5962

Text Example


Text Example

White with #9A5962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A5962; }

 p { color: rgb(154,89,98); }

 H1.HeaderClassName
 {
   color: #9A5962;
 }
 .AnyTagClassName
 {
   color: #9A5962;
 }
</style>

background-color css

<style>
 a { background-color: #9A5962; }

 a { background-color: rgb(154,89,98); }

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

border-color css

<style>
 span { border-color: #9A5962; }

 span { border-color: rgb(154,89,98); }

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