Html Css Color HEX #9B575C Vin Rouge

📋 copy color: '#9B575C'

red 155 ◦ green 87 ◦ blue 92

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

Shades of Vin Rouge #9B575C

Tints of Vin Rouge #9B575C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 46.41%
G = 26.05%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B575C (or 0x9B575C) is known color: Vin Rouge. HEX triplet: 9B, 57 and 5C. RGB value is (155,87,92). Sum of RGB (Red+Green+Blue) = 155+87+92=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B575C is #64A8A3. Grayscale: #6B6B6B. Windows color (decimal): -6596772 or 6051739. OLE color: 6051739.

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

Color convert

RGB 155 87 92 -
CMYK 0 0.44 0.41 0.39
HSL 355.59º 0.28% 0.47% -
HSV(B) 355.59º 0.44% 0.61% -
XYZ 18.86 14.56 11.94 -
YUV 107.9 119.03 161.59 -
System Red Green Blue C M Y K H S L
Decimal 155 87 92 0 0.44 0.41 0.39 355.59 0.28 0.47
Hex 9B 57 5C 0 2C 29 27 164 1C 2F
Octal 233 127 134 0 54 51 47 544 34 57
Binary 10011011 1010111 1011100 0 101100 101001 100111 101100100 11100 101111

Color Harmonies of #9B575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B575C

Black with #9B575C

Text Example


Text Example

White with #9B575C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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