Html Css Color HEX #9B575D Vin Rouge

📋 copy color: '#9B575D'

red 155 ◦ green 87 ◦ blue 93

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

Shades of Vin Rouge #9B575D

Tints of Vin Rouge #9B575D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.97%

 BLUE value IS 93 (36.72% from 255) = 27.76%

R = 46.27%
G = 25.97%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#9B575D (or 0x9B575D) is known color: Vin Rouge. HEX triplet: 9B, 57 and 5D. RGB value is (155,87,93). Sum of RGB (Red+Green+Blue) = 155+87+93=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B575D is #64A8A2. Grayscale: #6C6C6C. Windows color (decimal): -6596771 or 6117275. OLE color: 6117275.

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

Color convert

RGB 155 87 93 -
CMYK 0 0.44 0.4 0.39
HSL 354.71º 0.28% 0.47% -
HSV(B) 354.71º 0.44% 0.61% -
XYZ 18.9 14.58 12.17 -
YUV 108.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 155 87 93 0 0.44 0.4 0.39 354.71 0.28 0.47
Hex 9B 57 5D 0 2C 28 27 163 1C 2F
Octal 233 127 135 0 54 50 47 543 34 57
Binary 10011011 1010111 1011101 0 101100 101000 100111 101100011 11100 101111

Color Harmonies of #9B575D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B575D

Black with #9B575D

Text Example


Text Example

White with #9B575D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,87,93); }

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

background-color css

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

 a { background-color: rgb(155,87,93); }

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

border-color css

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

 span { border-color: rgb(155,87,93); }

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