Html Css Color HEX #98535C Vin Rouge

📋 copy color: '#98535C'

red 152 ◦ green 83 ◦ blue 92

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

Shades of Vin Rouge #98535C

Tints of Vin Rouge #98535C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.13%

R = 46.48%
G = 25.38%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98535C (or 0x98535C) is known color: Vin Rouge. HEX triplet: 98, 53 and 5C. RGB value is (152,83,92). Sum of RGB (Red+Green+Blue) = 152+83+92=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #98535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98535C is #67ACA3. Grayscale: #686868. Windows color (decimal): -6794404 or 6050712. OLE color: 6050712.

HSL color Cylindrical-coordinate representation of color #98535C: hue angle of 352.17º 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 #98535C is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 83 92 -
CMYK 0 0.45 0.39 0.40
HSL 352.17º 0.29% 0.46% -
HSV(B) 352.17º 0.45% 0.6% -
XYZ 17.97 13.63 11.81 -
YUV 104.66 120.86 161.77 -
System Red Green Blue C M Y K H S L
Decimal 152 83 92 0 0.45 0.39 0.40 352.17 0.29 0.46
Hex 98 53 5C 0 2D 27 28 160 1D 2E
Octal 230 123 134 0 55 47 50 540 35 56
Binary 10011000 1010011 1011100 0 101101 100111 101000 101100000 11101 101110

Color Harmonies of #98535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98535C

Black with #98535C

Text Example


Text Example

White with #98535C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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