Html Css Color HEX #98566C Vin Rouge

📋 copy color: '#98566C'

red 152 ◦ green 86 ◦ blue 108

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

Shades of Vin Rouge #98566C

Tints of Vin Rouge #98566C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.86%

 BLUE value IS 108 (42.58% from 255) = 31.21%

R = 43.93%
G = 24.86%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#98566C (or 0x98566C) is known color: Vin Rouge. HEX triplet: 98, 56 and 6C. RGB value is (152,86,108). Sum of RGB (Red+Green+Blue) = 152+86+108=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #98566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98566C is #67A993. Grayscale: #6C6C6C. Windows color (decimal): -6793620 or 7100056. OLE color: 7100056.

HSL color Cylindrical-coordinate representation of color #98566C: hue angle of 340º degrees, saturation: 0.28, 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 #98566C is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 86 108 -
CMYK 0 0.43 0.29 0.40
HSL 340º 0.28% 0.47% -
HSV(B) 340º 0.43% 0.6% -
XYZ 18.98 14.41 15.97 -
YUV 108.24 127.87 159.21 -
System Red Green Blue C M Y K H S L
Decimal 152 86 108 0 0.43 0.29 0.40 340 0.28 0.47
Hex 98 56 6C 0 2B 1D 28 154 1C 2F
Octal 230 126 154 0 53 35 50 524 34 57
Binary 10011000 1010110 1101100 0 101011 11101 101000 101010100 11100 101111

Color Harmonies of #98566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98566C

Black with #98566C

Text Example


Text Example

White with #98566C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98566C; }

 p { color: rgb(152,86,108); }

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

background-color css

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

 a { background-color: rgb(152,86,108); }

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

border-color css

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

 span { border-color: rgb(152,86,108); }

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