Html Css Color HEX #98535B Vin Rouge

📋 copy color: '#98535B'

red 152 ◦ green 83 ◦ blue 91

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

Shades of Vin Rouge #98535B

Tints of Vin Rouge #98535B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.46%

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

R = 46.63%
G = 25.46%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#98535B (or 0x98535B) is known color: Vin Rouge. HEX triplet: 98, 53 and 5B. RGB value is (152,83,91). Sum of RGB (Red+Green+Blue) = 152+83+91=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #98535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98535B is #67ACA4. Grayscale: #686868. Windows color (decimal): -6794405 or 5985176. OLE color: 5985176.

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

Color convert

RGB 152 83 91 -
CMYK 0 0.45 0.40 0.40
HSL 353.04º 0.29% 0.46% -
HSV(B) 353.04º 0.45% 0.6% -
XYZ 17.93 13.62 11.58 -
YUV 104.54 120.36 161.85 -
System Red Green Blue C M Y K H S L
Decimal 152 83 91 0 0.45 0.40 0.40 353.04 0.29 0.46
Hex 98 53 5B 0 2D 28 28 161 1D 2E
Octal 230 123 133 0 55 50 50 541 35 56
Binary 10011000 1010011 1011011 0 101101 101000 101000 101100001 11101 101110

Color Harmonies of #98535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98535B

Black with #98535B

Text Example


Text Example

White with #98535B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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