Html Css Color HEX #994F62 Vin Rouge

📋 copy color: '#994F62'

red 153 ◦ green 79 ◦ blue 98

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

Shades of Vin Rouge #994F62

Tints of Vin Rouge #994F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.7%

R = 46.36%
G = 23.94%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#994F62 (or 0x994F62) is known color: Vin Rouge. HEX triplet: 99, 4F and 62. RGB value is (153,79,98). Sum of RGB (Red+Green+Blue) = 153+79+98=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #994F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F62 is #66B09D. Grayscale: #676767. Windows color (decimal): -6729886 or 6442905. OLE color: 6442905.

HSL color Cylindrical-coordinate representation of color #994F62: hue angle of 344.59º 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 #994F62 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 79 98 -
CMYK 0 0.48 0.36 0.4
HSL 344.59º 0.32% 0.45% -
HSV(B) 344.59º 0.48% 0.6% -
XYZ 18.14 13.25 13.16 -
YUV 103.29 125.02 163.46 -
System Red Green Blue C M Y K H S L
Decimal 153 79 98 0 0.48 0.36 0.4 344.59 0.32 0.45
Hex 99 4F 62 0 30 24 28 159 20 2D
Octal 231 117 142 0 60 44 50 531 40 55
Binary 10011001 1001111 1100010 0 110000 100100 101000 101011001 100000 101101

Color Harmonies of #994F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F62

Black with #994F62

Text Example


Text Example

White with #994F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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