Html Css Color HEX #9B5458 Vin Rouge

📋 copy color: '#9B5458'

red 155 ◦ green 84 ◦ blue 88

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

Shades of Vin Rouge #9B5458

Tints of Vin Rouge #9B5458

RGB

 RED value IS 155 (60.94% from 255) = 47.4%

 GREEN value IS 84 (33.2% from 255) = 25.69%

 BLUE value IS 88 (34.77% from 255) = 26.91%

R = 47.4%
G = 25.69%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9B5458 (or 0x9B5458) is known color: Vin Rouge. HEX triplet: 9B, 54 and 58. RGB value is (155,84,88). Sum of RGB (Red+Green+Blue) = 155+84+88=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5458 is #64ABA7. Grayscale: #696969. Windows color (decimal): -6597544 or 5788827. OLE color: 5788827.

HSL color Cylindrical-coordinate representation of color #9B5458: hue angle of 356.62º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B5458 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 84 88 -
CMYK 0 0.46 0.43 0.39
HSL 356.62º 0.3% 0.47% -
HSV(B) 356.62º 0.46% 0.61% -
XYZ 18.45 14.01 10.97 -
YUV 105.69 118.02 163.17 -
System Red Green Blue C M Y K H S L
Decimal 155 84 88 0 0.46 0.43 0.39 356.62 0.3 0.47
Hex 9B 54 58 0 2E 2B 27 165 1E 2F
Octal 233 124 130 0 56 53 47 545 36 57
Binary 10011011 1010100 1011000 0 101110 101011 100111 101100101 11110 101111

Color Harmonies of #9B5458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5458

Black with #9B5458

Text Example


Text Example

White with #9B5458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,84,88); }

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

background-color css

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

 a { background-color: rgb(155,84,88); }

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

border-color css

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

 span { border-color: rgb(155,84,88); }

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