Html Css Color HEX #98535A Vin Rouge

📋 copy color: '#98535A'

red 152 ◦ green 83 ◦ blue 90

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

Shades of Vin Rouge #98535A

Tints of Vin Rouge #98535A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.69%

R = 46.77%
G = 25.54%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#98535A (or 0x98535A) is known color: Vin Rouge. HEX triplet: 98, 53 and 5A. RGB value is (152,83,90). Sum of RGB (Red+Green+Blue) = 152+83+90=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #98535A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98535A is #67ACA5. Grayscale: #686868. Windows color (decimal): -6794406 or 5919640. OLE color: 5919640.

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

Color convert

RGB 152 83 90 -
CMYK 0 0.45 0.41 0.40
HSL 353.91º 0.29% 0.46% -
HSV(B) 353.91º 0.45% 0.6% -
XYZ 17.89 13.6 11.36 -
YUV 104.43 119.86 161.93 -
System Red Green Blue C M Y K H S L
Decimal 152 83 90 0 0.45 0.41 0.40 353.91 0.29 0.46
Hex 98 53 5A 0 2D 29 28 162 1D 2E
Octal 230 123 132 0 55 51 50 542 35 56
Binary 10011000 1010011 1011010 0 101101 101001 101000 101100010 11101 101110

Color Harmonies of #98535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98535A

Black with #98535A

Text Example


Text Example

White with #98535A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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