Html Css Color HEX #9B5262 Vin Rouge

📋 copy color: '#9B5262'

red 155 ◦ green 82 ◦ blue 98

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

Shades of Vin Rouge #9B5262

Tints of Vin Rouge #9B5262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.25%

R = 46.27%
G = 24.48%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9B5262 (or 0x9B5262) is known color: Vin Rouge. HEX triplet: 9B, 52 and 62. RGB value is (155,82,98). Sum of RGB (Red+Green+Blue) = 155+82+98=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5262 is #64AD9D. Grayscale: #696969. Windows color (decimal): -6598046 or 6443675. OLE color: 6443675.

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

Color convert

RGB 155 82 98 -
CMYK 0 0.47 0.37 0.39
HSL 346.85º 0.31% 0.46% -
HSV(B) 346.85º 0.47% 0.61% -
XYZ 18.74 13.88 13.25 -
YUV 105.65 123.68 163.2 -
System Red Green Blue C M Y K H S L
Decimal 155 82 98 0 0.47 0.37 0.39 346.85 0.31 0.46
Hex 9B 52 62 0 2F 25 27 15B 1F 2E
Octal 233 122 142 0 57 45 47 533 37 56
Binary 10011011 1010010 1100010 0 101111 100101 100111 101011011 11111 101110

Color Harmonies of #9B5262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5262

Black with #9B5262

Text Example


Text Example

White with #9B5262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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