Html Css Color HEX #984F5E Vin Rouge

📋 copy color: '#984F5E'

red 152 ◦ green 79 ◦ blue 94

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

Shades of Vin Rouge #984F5E

Tints of Vin Rouge #984F5E

RGB

 RED value IS 152 (59.77% from 255) = 46.77%

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

 BLUE value IS 94 (37.11% from 255) = 28.92%

R = 46.77%
G = 24.31%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#984F5E (or 0x984F5E) is known color: Vin Rouge. HEX triplet: 98, 4F and 5E. RGB value is (152,79,94). Sum of RGB (Red+Green+Blue) = 152+79+94=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #984F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984F5E is #67B0A1. Grayscale: #666666. Windows color (decimal): -6795426 or 6180760. OLE color: 6180760.

HSL color Cylindrical-coordinate representation of color #984F5E: hue angle of 347.67º 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 #984F5E is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 79 94 -
CMYK 0 0.48 0.38 0.40
HSL 347.67º 0.32% 0.45% -
HSV(B) 347.67º 0.48% 0.6% -
XYZ 17.77 13.08 12.18 -
YUV 102.54 123.18 163.28 -
System Red Green Blue C M Y K H S L
Decimal 152 79 94 0 0.48 0.38 0.40 347.67 0.32 0.45
Hex 98 4F 5E 0 30 26 28 15C 20 2D
Octal 230 117 136 0 60 46 50 534 40 55
Binary 10011000 1001111 1011110 0 110000 100110 101000 101011100 100000 101101

Color Harmonies of #984F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984F5E

Black with #984F5E

Text Example


Text Example

White with #984F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984F5E; }

 p { color: rgb(152,79,94); }

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

background-color css

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

 a { background-color: rgb(152,79,94); }

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

border-color css

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

 span { border-color: rgb(152,79,94); }

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