Html Css Color HEX #9A5562 Vin Rouge

📋 copy color: '#9A5562'

red 154 ◦ green 85 ◦ blue 98

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

Shades of Vin Rouge #9A5562

Tints of Vin Rouge #9A5562

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.22%

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

R = 45.7%
G = 25.22%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#9A5562 (or 0x9A5562) is known color: Vin Rouge. HEX triplet: 9A, 55 and 62. RGB value is (154,85,98). Sum of RGB (Red+Green+Blue) = 154+85+98=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5562 is #65AA9D. Grayscale: #6B6B6B. Windows color (decimal): -6662814 or 6444442. OLE color: 6444442.

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

Color convert

RGB 154 85 98 -
CMYK 0 0.45 0.36 0.40
HSL 348.7º 0.29% 0.47% -
HSV(B) 348.7º 0.45% 0.6% -
XYZ 18.78 14.25 13.32 -
YUV 107.11 122.86 161.44 -
System Red Green Blue C M Y K H S L
Decimal 154 85 98 0 0.45 0.36 0.40 348.7 0.29 0.47
Hex 9A 55 62 0 2D 24 28 15D 1D 2F
Octal 232 125 142 0 55 44 50 535 35 57
Binary 10011010 1010101 1100010 0 101101 100100 101000 101011101 11101 101111

Color Harmonies of #9A5562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5562

Black with #9A5562

Text Example


Text Example

White with #9A5562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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