Html Css Color HEX #9A5863 Vin Rouge

📋 copy color: '#9A5863'

red 154 ◦ green 88 ◦ blue 99

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

Shades of Vin Rouge #9A5863

Tints of Vin Rouge #9A5863

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.81%

 BLUE value IS 99 (39.06% from 255) = 29.03%

R = 45.16%
G = 25.81%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#9A5863 (or 0x9A5863) is known color: Vin Rouge. HEX triplet: 9A, 58 and 63. RGB value is (154,88,99). Sum of RGB (Red+Green+Blue) = 154+88+99=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5863 is #65A79C. Grayscale: #6D6D6D. Windows color (decimal): -6662045 or 6510746. OLE color: 6510746.

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

Color convert

RGB 154 88 99 -
CMYK 0 0.43 0.36 0.40
HSL 350º 0.27% 0.47% -
HSV(B) 350º 0.43% 0.6% -
XYZ 19.07 14.75 13.65 -
YUV 108.99 122.37 160.11 -
System Red Green Blue C M Y K H S L
Decimal 154 88 99 0 0.43 0.36 0.40 350 0.27 0.47
Hex 9A 58 63 0 2B 24 28 15E 1B 2F
Octal 232 130 143 0 53 44 50 536 33 57
Binary 10011010 1011000 1100011 0 101011 100100 101000 101011110 11011 101111

Color Harmonies of #9A5863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5863

Black with #9A5863

Text Example


Text Example

White with #9A5863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,88,99); }

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

background-color css

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

 a { background-color: rgb(154,88,99); }

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

border-color css

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

 span { border-color: rgb(154,88,99); }

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