Html Css Color HEX #98585A Vin Rouge

📋 copy color: '#98585A'

red 152 ◦ green 88 ◦ blue 90

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

Shades of Vin Rouge #98585A

Tints of Vin Rouge #98585A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.67%

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

R = 46.06%
G = 26.67%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#98585A (or 0x98585A) is known color: Vin Rouge. HEX triplet: 98, 58 and 5A. RGB value is (152,88,90). Sum of RGB (Red+Green+Blue) = 152+88+90=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #98585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98585A is #67A7A5. Grayscale: #6B6B6B. Windows color (decimal): -6793126 or 5920920. OLE color: 5920920.

HSL color Cylindrical-coordinate representation of color #98585A: hue angle of 358.12º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98585A is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 88 90 -
CMYK 0 0.42 0.41 0.40
HSL 358.13º 0.27% 0.47% -
HSV(B) 358.13º 0.42% 0.6% -
XYZ 18.28 14.39 11.49 -
YUV 107.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 152 88 90 0 0.42 0.41 0.40 358.13 0.27 0.47
Hex 98 58 5A 0 2A 29 28 166 1B 2F
Octal 230 130 132 0 52 51 50 546 33 57
Binary 10011000 1011000 1011010 0 101010 101001 101000 101100110 11011 101111

Color Harmonies of #98585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98585A

Black with #98585A

Text Example


Text Example

White with #98585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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