Html Css Color HEX #9B4F65 Vin Rouge

📋 copy color: '#9B4F65'

red 155 ◦ green 79 ◦ blue 101

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

Shades of Vin Rouge #9B4F65

Tints of Vin Rouge #9B4F65

RGB

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

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

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

R = 46.27%
G = 23.58%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9B4F65 (or 0x9B4F65) is known color: Vin Rouge. HEX triplet: 9B, 4F and 65. RGB value is (155,79,101). Sum of RGB (Red+Green+Blue) = 155+79+101=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4F65 is #64B09A. Grayscale: #686868. Windows color (decimal): -6598811 or 6639515. OLE color: 6639515.

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

Color convert

RGB 155 79 101 -
CMYK 0 0.49 0.35 0.39
HSL 342.63º 0.32% 0.46% -
HSV(B) 342.63º 0.49% 0.61% -
XYZ 18.66 13.5 13.93 -
YUV 104.23 126.18 164.21 -
System Red Green Blue C M Y K H S L
Decimal 155 79 101 0 0.49 0.35 0.39 342.63 0.32 0.46
Hex 9B 4F 65 0 31 23 27 157 20 2E
Octal 233 117 145 0 61 43 47 527 40 56
Binary 10011011 1001111 1100101 0 110001 100011 100111 101010111 100000 101110

Color Harmonies of #9B4F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4F65

Black with #9B4F65

Text Example


Text Example

White with #9B4F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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