Html Css Color HEX #994F5A Vin Rouge

📋 copy color: '#994F5A'

red 153 ◦ green 79 ◦ blue 90

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

Shades of Vin Rouge #994F5A

Tints of Vin Rouge #994F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.95%

R = 47.52%
G = 24.53%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#994F5A (or 0x994F5A) is known color: Vin Rouge. HEX triplet: 99, 4F and 5A. RGB value is (153,79,90). Sum of RGB (Red+Green+Blue) = 153+79+90=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #994F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F5A is #66B0A5. Grayscale: #666666. Windows color (decimal): -6729894 or 5918617. OLE color: 5918617.

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

Color convert

RGB 153 79 90 -
CMYK 0 0.48 0.41 0.4
HSL 351.08º 0.32% 0.45% -
HSV(B) 351.08º 0.48% 0.6% -
XYZ 17.78 13.1 11.26 -
YUV 102.38 121.02 164.11 -
System Red Green Blue C M Y K H S L
Decimal 153 79 90 0 0.48 0.41 0.4 351.08 0.32 0.45
Hex 99 4F 5A 0 30 29 28 15F 20 2D
Octal 231 117 132 0 60 51 50 537 40 55
Binary 10011001 1001111 1011010 0 110000 101001 101000 101011111 100000 101101

Color Harmonies of #994F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F5A

Black with #994F5A

Text Example


Text Example

White with #994F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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