Html Css Color HEX #9B5265 Vin Rouge

📋 copy color: '#9B5265'

red 155 ◦ green 82 ◦ blue 101

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

Shades of Vin Rouge #9B5265

Tints of Vin Rouge #9B5265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.88%

R = 45.86%
G = 24.26%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9B5265 (or 0x9B5265) is known color: Vin Rouge. HEX triplet: 9B, 52 and 65. RGB value is (155,82,101). Sum of RGB (Red+Green+Blue) = 155+82+101=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5265 is #64AD9A. Grayscale: #696969. Windows color (decimal): -6598043 or 6640283. OLE color: 6640283.

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

Color convert

RGB 155 82 101 -
CMYK 0 0.47 0.35 0.39
HSL 344.38º 0.31% 0.46% -
HSV(B) 344.38º 0.47% 0.61% -
XYZ 18.88 13.94 14.01 -
YUV 105.99 125.18 162.96 -
System Red Green Blue C M Y K H S L
Decimal 155 82 101 0 0.47 0.35 0.39 344.38 0.31 0.46
Hex 9B 52 65 0 2F 23 27 158 1F 2E
Octal 233 122 145 0 57 43 47 530 37 56
Binary 10011011 1010010 1100101 0 101111 100011 100111 101011000 11111 101110

Color Harmonies of #9B5265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5265

Black with #9B5265

Text Example


Text Example

White with #9B5265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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