Html Css Color HEX #9B4F63 Vin Rouge

📋 copy color: '#9B4F63'

red 155 ◦ green 79 ◦ blue 99

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

Shades of Vin Rouge #9B4F63

Tints of Vin Rouge #9B4F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.73%

R = 46.55%
G = 23.72%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#9B4F63 (or 0x9B4F63) is known color: Vin Rouge. HEX triplet: 9B, 4F and 63. RGB value is (155,79,99). Sum of RGB (Red+Green+Blue) = 155+79+99=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4F63 is #64B09C. Grayscale: #686868. Windows color (decimal): -6598813 or 6508443. OLE color: 6508443.

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

Color convert

RGB 155 79 99 -
CMYK 0 0.49 0.36 0.39
HSL 344.21º 0.32% 0.46% -
HSV(B) 344.21º 0.49% 0.61% -
XYZ 18.57 13.46 13.42 -
YUV 104 125.18 164.37 -
System Red Green Blue C M Y K H S L
Decimal 155 79 99 0 0.49 0.36 0.39 344.21 0.32 0.46
Hex 9B 4F 63 0 31 24 27 158 20 2E
Octal 233 117 143 0 61 44 47 530 40 56
Binary 10011011 1001111 1100011 0 110001 100100 100111 101011000 100000 101110

Color Harmonies of #9B4F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4F63

Black with #9B4F63

Text Example


Text Example

White with #9B4F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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