Html Css Color HEX #98575C Vin Rouge

📋 copy color: '#98575C'

red 152 ◦ green 87 ◦ blue 92

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

Shades of Vin Rouge #98575C

Tints of Vin Rouge #98575C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.28%

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

R = 45.92%
G = 26.28%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98575C (or 0x98575C) is known color: Vin Rouge. HEX triplet: 98, 57 and 5C. RGB value is (152,87,92). Sum of RGB (Red+Green+Blue) = 152+87+92=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #98575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98575C is #67A8A3. Grayscale: #6B6B6B. Windows color (decimal): -6793380 or 6051736. OLE color: 6051736.

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

Color convert

RGB 152 87 92 -
CMYK 0 0.43 0.39 0.40
HSL 355.38º 0.27% 0.47% -
HSV(B) 355.38º 0.43% 0.6% -
XYZ 18.29 14.26 11.91 -
YUV 107.01 119.53 160.09 -
System Red Green Blue C M Y K H S L
Decimal 152 87 92 0 0.43 0.39 0.40 355.38 0.27 0.47
Hex 98 57 5C 0 2B 27 28 163 1B 2F
Octal 230 127 134 0 53 47 50 543 33 57
Binary 10011000 1010111 1011100 0 101011 100111 101000 101100011 11011 101111

Color Harmonies of #98575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98575C

Black with #98575C

Text Example


Text Example

White with #98575C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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