Html Css Color HEX #9B5A69 Vin Rouge

📋 copy color: '#9B5A69'

red 155 ◦ green 90 ◦ blue 105

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

Shades of Vin Rouge #9B5A69

Tints of Vin Rouge #9B5A69

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.71%

 BLUE value IS 105 (41.41% from 255) = 30%

R = 44.29%
G = 25.71%
B = 30%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B5A69 (or 0x9B5A69) is known color: Vin Rouge. HEX triplet: 9B, 5A and 69. RGB value is (155,90,105). Sum of RGB (Red+Green+Blue) = 155+90+105=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5A69 is #64A596. Grayscale: #6F6F6F. Windows color (decimal): -6595991 or 6904475. OLE color: 6904475.

HSL color Cylindrical-coordinate representation of color #9B5A69: hue angle of 346.15º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B5A69 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 90 105 -
CMYK 0 0.42 0.32 0.39
HSL 346.15º 0.27% 0.48% -
HSV(B) 346.15º 0.42% 0.61% -
XYZ 19.72 15.3 15.28 -
YUV 111.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 155 90 105 0 0.42 0.32 0.39 346.15 0.27 0.48
Hex 9B 5A 69 0 2A 20 27 15A 1B 30
Octal 233 132 151 0 52 40 47 532 33 60
Binary 10011011 1011010 1101001 0 101010 100000 100111 101011010 11011 110000

Color Harmonies of #9B5A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5A69

Black with #9B5A69

Text Example


Text Example

White with #9B5A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,90,105); }

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

background-color css

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

 a { background-color: rgb(155,90,105); }

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

border-color css

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

 span { border-color: rgb(155,90,105); }

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