Html Css Color HEX #9B5268 Vin Rouge

📋 copy color: '#9B5268'

red 155 ◦ green 82 ◦ blue 104

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

Shades of Vin Rouge #9B5268

Tints of Vin Rouge #9B5268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.5%

R = 45.45%
G = 24.05%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9B5268 (or 0x9B5268) is known color: Vin Rouge. HEX triplet: 9B, 52 and 68. RGB value is (155,82,104). Sum of RGB (Red+Green+Blue) = 155+82+104=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5268 is #64AD97. Grayscale: #6A6A6A. Windows color (decimal): -6598040 or 6836891. OLE color: 6836891.

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

Color convert

RGB 155 82 104 -
CMYK 0 0.47 0.33 0.39
HSL 341.92º 0.31% 0.46% -
HSV(B) 341.92º 0.47% 0.61% -
XYZ 19.03 14 14.8 -
YUV 106.34 126.68 162.71 -
System Red Green Blue C M Y K H S L
Decimal 155 82 104 0 0.47 0.33 0.39 341.92 0.31 0.46
Hex 9B 52 68 0 2F 21 27 156 1F 2E
Octal 233 122 150 0 57 41 47 526 37 56
Binary 10011011 1010010 1101000 0 101111 100001 100111 101010110 11111 101110

Color Harmonies of #9B5268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5268

Black with #9B5268

Text Example


Text Example

White with #9B5268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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