Html Css Color HEX #9B575F Vin Rouge

📋 copy color: '#9B575F'

red 155 ◦ green 87 ◦ blue 95

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

Shades of Vin Rouge #9B575F

Tints of Vin Rouge #9B575F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.19%

R = 45.99%
G = 25.82%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9B575F (or 0x9B575F) is known color: Vin Rouge. HEX triplet: 9B, 57 and 5F. RGB value is (155,87,95). Sum of RGB (Red+Green+Blue) = 155+87+95=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B575F is #64A8A0. Grayscale: #6C6C6C. Windows color (decimal): -6596769 or 6248347. OLE color: 6248347.

HSL color Cylindrical-coordinate representation of color #9B575F: hue angle of 352.94º 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 #9B575F is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 87 95 -
CMYK 0 0.44 0.39 0.39
HSL 352.94º 0.28% 0.47% -
HSV(B) 352.94º 0.44% 0.61% -
XYZ 18.99 14.61 12.65 -
YUV 108.24 120.53 161.35 -
System Red Green Blue C M Y K H S L
Decimal 155 87 95 0 0.44 0.39 0.39 352.94 0.28 0.47
Hex 9B 57 5F 0 2C 27 27 161 1C 2F
Octal 233 127 137 0 54 47 47 541 34 57
Binary 10011011 1010111 1011111 0 101100 100111 100111 101100001 11100 101111

Color Harmonies of #9B575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B575F

Black with #9B575F

Text Example


Text Example

White with #9B575F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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