Html Css Color HEX #985764 Vin Rouge

📋 copy color: '#985764'

red 152 ◦ green 87 ◦ blue 100

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

Shades of Vin Rouge #985764

Tints of Vin Rouge #985764

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.66%

 BLUE value IS 100 (39.45% from 255) = 29.5%

R = 44.84%
G = 25.66%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#985764 (or 0x985764) is known color: Vin Rouge. HEX triplet: 98, 57 and 64. RGB value is (152,87,100). Sum of RGB (Red+Green+Blue) = 152+87+100=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #985764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985764 is #67A89B. Grayscale: #6B6B6B. Windows color (decimal): -6793372 or 6576024. OLE color: 6576024.

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

Color convert

RGB 152 87 100 -
CMYK 0 0.43 0.34 0.40
HSL 348º 0.27% 0.47% -
HSV(B) 348º 0.43% 0.6% -
XYZ 18.66 14.41 13.86 -
YUV 107.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 152 87 100 0 0.43 0.34 0.40 348 0.27 0.47
Hex 98 57 64 0 2B 22 28 15C 1B 2F
Octal 230 127 144 0 53 42 50 534 33 57
Binary 10011000 1010111 1100100 0 101011 100010 101000 101011100 11011 101111

Color Harmonies of #985764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985764

Black with #985764

Text Example


Text Example

White with #985764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985764; }

 p { color: rgb(152,87,100); }

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

background-color css

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

 a { background-color: rgb(152,87,100); }

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

border-color css

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

 span { border-color: rgb(152,87,100); }

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