Html Css Color HEX #995070 Vin Rouge

📋 copy color: '#995070'

red 153 ◦ green 80 ◦ blue 112

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

Shades of Vin Rouge #995070

Tints of Vin Rouge #995070

RGB

 RED value IS 153 (60.16% from 255) = 44.35%

 GREEN value IS 80 (31.64% from 255) = 23.19%

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

R = 44.35%
G = 23.19%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#995070 (or 0x995070) is known color: Vin Rouge. HEX triplet: 99, 50 and 70. RGB value is (153,80,112). Sum of RGB (Red+Green+Blue) = 153+80+112=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #995070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995070 is #66AF8F. Grayscale: #696969. Windows color (decimal): -6729616 or 7360665. OLE color: 7360665.

HSL color Cylindrical-coordinate representation of color #995070: hue angle of 333.7º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #995070 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 80 112 -
CMYK 0 0.48 0.27 0.4
HSL 333.7º 0.31% 0.46% -
HSV(B) 333.7º 0.48% 0.6% -
XYZ 18.93 13.68 16.97 -
YUV 105.48 131.68 161.9 -
System Red Green Blue C M Y K H S L
Decimal 153 80 112 0 0.48 0.27 0.4 333.7 0.31 0.46
Hex 99 50 70 0 30 1B 28 14E 1F 2E
Octal 231 120 160 0 60 33 50 516 37 56
Binary 10011001 1010000 1110000 0 110000 11011 101000 101001110 11111 101110

Color Harmonies of #995070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995070

Black with #995070

Text Example


Text Example

White with #995070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995070; }

 p { color: rgb(153,80,112); }

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

background-color css

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

 a { background-color: rgb(153,80,112); }

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

border-color css

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

 span { border-color: rgb(153,80,112); }

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