Html Css Color HEX #9B4F6E Vin Rouge

📋 copy color: '#9B4F6E'

red 155 ◦ green 79 ◦ blue 110

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

Shades of Vin Rouge #9B4F6E

Tints of Vin Rouge #9B4F6E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.97%

 BLUE value IS 110 (43.36% from 255) = 31.98%

R = 45.06%
G = 22.97%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9B4F6E (or 0x9B4F6E) is known color: Vin Rouge. HEX triplet: 9B, 4F and 6E. RGB value is (155,79,110). Sum of RGB (Red+Green+Blue) = 155+79+110=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4F6E is #64B091. Grayscale: #696969. Windows color (decimal): -6598802 or 7229339. OLE color: 7229339.

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

Color convert

RGB 155 79 110 -
CMYK 0 0.49 0.29 0.39
HSL 335.53º 0.32% 0.46% -
HSV(B) 335.53º 0.49% 0.61% -
XYZ 19.13 13.69 16.39 -
YUV 105.26 130.68 163.48 -
System Red Green Blue C M Y K H S L
Decimal 155 79 110 0 0.49 0.29 0.39 335.53 0.32 0.46
Hex 9B 4F 6E 0 31 1D 27 150 20 2E
Octal 233 117 156 0 61 35 47 520 40 56
Binary 10011011 1001111 1101110 0 110001 11101 100111 101010000 100000 101110

Color Harmonies of #9B4F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4F6E

Black with #9B4F6E

Text Example


Text Example

White with #9B4F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,79,110); }

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

background-color css

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

 a { background-color: rgb(155,79,110); }

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

border-color css

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

 span { border-color: rgb(155,79,110); }

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