Html Css Color HEX #98555B Vin Rouge

📋 copy color: '#98555B'

red 152 ◦ green 85 ◦ blue 91

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

Shades of Vin Rouge #98555B

Tints of Vin Rouge #98555B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.74%

R = 46.34%
G = 25.91%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#98555B (or 0x98555B) is known color: Vin Rouge. HEX triplet: 98, 55 and 5B. RGB value is (152,85,91). Sum of RGB (Red+Green+Blue) = 152+85+91=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #98555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98555B is #67AAA4. Grayscale: #696969. Windows color (decimal): -6793893 or 5985688. OLE color: 5985688.

HSL color Cylindrical-coordinate representation of color #98555B: hue angle of 354.63º 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 #98555B is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 85 91 -
CMYK 0 0.44 0.40 0.40
HSL 354.63º 0.28% 0.46% -
HSV(B) 354.63º 0.44% 0.6% -
XYZ 18.09 13.93 11.63 -
YUV 105.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 152 85 91 0 0.44 0.40 0.40 354.63 0.28 0.46
Hex 98 55 5B 0 2C 28 28 163 1C 2E
Octal 230 125 133 0 54 50 50 543 34 56
Binary 10011000 1010101 1011011 0 101100 101000 101000 101100011 11100 101110

Color Harmonies of #98555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98555B

Black with #98555B

Text Example


Text Example

White with #98555B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98555B; }

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

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

background-color css

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

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

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

border-color css

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

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

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