Html Css Color HEX #9F5370 Vin Rouge

📋 copy color: '#9F5370'

red 159 ◦ green 83 ◦ blue 112

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

Shades of Vin Rouge #9F5370

Tints of Vin Rouge #9F5370

RGB

 RED value IS 159 (62.5% from 255) = 44.92%

 GREEN value IS 83 (32.81% from 255) = 23.45%

 BLUE value IS 112 (44.14% from 255) = 31.64%

R = 44.92%
G = 23.45%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F5370 (or 0x9F5370) is known color: Vin Rouge. HEX triplet: 9F, 53 and 70. RGB value is (159,83,112). Sum of RGB (Red+Green+Blue) = 159+83+112=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5370 is #60AC8F. Grayscale: #6C6C6C. Windows color (decimal): -6335632 or 7361439. OLE color: 7361439.

HSL color Cylindrical-coordinate representation of color #9F5370: hue angle of 337.11º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F5370 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 83 112 -
CMYK 0 0.48 0.30 0.38
HSL 337.11º 0.31% 0.47% -
HSV(B) 337.11º 0.48% 0.62% -
XYZ 20.32 14.73 17.1 -
YUV 109.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 159 83 112 0 0.48 0.30 0.38 337.11 0.31 0.47
Hex 9F 53 70 0 30 1E 26 151 1F 2F
Octal 237 123 160 0 60 36 46 521 37 57
Binary 10011111 1010011 1110000 0 110000 11110 100110 101010001 11111 101111

Color Harmonies of #9F5370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5370

Black with #9F5370

Text Example


Text Example

White with #9F5370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,83,112); }

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

background-color css

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

 a { background-color: rgb(159,83,112); }

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

border-color css

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

 span { border-color: rgb(159,83,112); }

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