Html Css Color HEX #985568 Vin Rouge

📋 copy color: '#985568'

red 152 ◦ green 85 ◦ blue 104

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

Shades of Vin Rouge #985568

Tints of Vin Rouge #985568

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.93%

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

R = 44.57%
G = 24.93%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#985568 (or 0x985568) is known color: Vin Rouge. HEX triplet: 98, 55 and 68. RGB value is (152,85,104). Sum of RGB (Red+Green+Blue) = 152+85+104=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #985568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985568 is #67AA97. Grayscale: #6B6B6B. Windows color (decimal): -6793880 or 6837656. OLE color: 6837656.

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

Color convert

RGB 152 85 104 -
CMYK 0 0.44 0.32 0.40
HSL 342.99º 0.28% 0.46% -
HSV(B) 342.99º 0.44% 0.6% -
XYZ 18.7 14.17 14.85 -
YUV 107.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 152 85 104 0 0.44 0.32 0.40 342.99 0.28 0.46
Hex 98 55 68 0 2C 20 28 157 1C 2E
Octal 230 125 150 0 54 40 50 527 34 56
Binary 10011000 1010101 1101000 0 101100 100000 101000 101010111 11100 101110

Color Harmonies of #985568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985568

Black with #985568

Text Example


Text Example

White with #985568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985568; }

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

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

background-color css

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

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

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

border-color css

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

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

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