Html Css Color HEX #985968 Vin Rouge

📋 copy color: '#985968'

red 152 ◦ green 89 ◦ blue 104

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

Shades of Vin Rouge #985968

Tints of Vin Rouge #985968

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.8%

 BLUE value IS 104 (41.02% from 255) = 30.14%

R = 44.06%
G = 25.8%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#985968 (or 0x985968) is known color: Vin Rouge. HEX triplet: 98, 59 and 68. RGB value is (152,89,104). Sum of RGB (Red+Green+Blue) = 152+89+104=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #985968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985968 is #67A697. Grayscale: #6D6D6D. Windows color (decimal): -6792856 or 6838680. OLE color: 6838680.

HSL color Cylindrical-coordinate representation of color #985968: hue angle of 345.71º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #985968 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 89 104 -
CMYK 0 0.41 0.32 0.40
HSL 345.71º 0.26% 0.47% -
HSV(B) 345.71º 0.41% 0.6% -
XYZ 19.02 14.82 14.95 -
YUV 109.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 152 89 104 0 0.41 0.32 0.40 345.71 0.26 0.47
Hex 98 59 68 0 29 20 28 15A 1A 2F
Octal 230 131 150 0 51 40 50 532 32 57
Binary 10011000 1011001 1101000 0 101001 100000 101000 101011010 11010 101111

Color Harmonies of #985968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985968

Black with #985968

Text Example


Text Example

White with #985968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985968; }

 p { color: rgb(152,89,104); }

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

background-color css

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

 a { background-color: rgb(152,89,104); }

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

border-color css

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

 span { border-color: rgb(152,89,104); }

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