Html Css Color HEX #9B5263 Vin Rouge

📋 copy color: '#9B5263'

red 155 ◦ green 82 ◦ blue 99

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

Shades of Vin Rouge #9B5263

Tints of Vin Rouge #9B5263

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.4%

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

R = 46.13%
G = 24.4%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#9B5263 (or 0x9B5263) is known color: Vin Rouge. HEX triplet: 9B, 52 and 63. RGB value is (155,82,99). Sum of RGB (Red+Green+Blue) = 155+82+99=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5263 is #64AD9C. Grayscale: #696969. Windows color (decimal): -6598045 or 6509211. OLE color: 6509211.

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

Color convert

RGB 155 82 99 -
CMYK 0 0.47 0.36 0.39
HSL 346.03º 0.31% 0.46% -
HSV(B) 346.03º 0.47% 0.61% -
XYZ 18.79 13.9 13.5 -
YUV 105.77 124.18 163.12 -
System Red Green Blue C M Y K H S L
Decimal 155 82 99 0 0.47 0.36 0.39 346.03 0.31 0.46
Hex 9B 52 63 0 2F 24 27 15A 1F 2E
Octal 233 122 143 0 57 44 47 532 37 56
Binary 10011011 1010010 1100011 0 101111 100100 100111 101011010 11111 101110

Color Harmonies of #9B5263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5263

Black with #9B5263

Text Example


Text Example

White with #9B5263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,82,99); }

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

background-color css

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

 a { background-color: rgb(155,82,99); }

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

border-color css

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

 span { border-color: rgb(155,82,99); }

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