Html Css Color HEX #994F61 Vin Rouge

📋 copy color: '#994F61'

red 153 ◦ green 79 ◦ blue 97

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

Shades of Vin Rouge #994F61

Tints of Vin Rouge #994F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.48%

R = 46.5%
G = 24.01%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#994F61 (or 0x994F61) is known color: Vin Rouge. HEX triplet: 99, 4F and 61. RGB value is (153,79,97). Sum of RGB (Red+Green+Blue) = 153+79+97=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #994F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F61 is #66B09E. Grayscale: #676767. Windows color (decimal): -6729887 or 6377369. OLE color: 6377369.

HSL color Cylindrical-coordinate representation of color #994F61: hue angle of 345.41º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #994F61 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 79 97 -
CMYK 0 0.48 0.37 0.4
HSL 345.41º 0.32% 0.45% -
HSV(B) 345.41º 0.48% 0.6% -
XYZ 18.09 13.23 12.91 -
YUV 103.18 124.52 163.54 -
System Red Green Blue C M Y K H S L
Decimal 153 79 97 0 0.48 0.37 0.4 345.41 0.32 0.45
Hex 99 4F 61 0 30 25 28 159 20 2D
Octal 231 117 141 0 60 45 50 531 40 55
Binary 10011001 1001111 1100001 0 110000 100101 101000 101011001 100000 101101

Color Harmonies of #994F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F61

Black with #994F61

Text Example


Text Example

White with #994F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994F61; }

 p { color: rgb(153,79,97); }

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

background-color css

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

 a { background-color: rgb(153,79,97); }

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

border-color css

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

 span { border-color: rgb(153,79,97); }

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