Html Css Color HEX #98576B Vin Rouge

📋 copy color: '#98576B'

red 152 ◦ green 87 ◦ blue 107

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

Shades of Vin Rouge #98576B

Tints of Vin Rouge #98576B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.92%

R = 43.93%
G = 25.14%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#98576B (or 0x98576B) is known color: Vin Rouge. HEX triplet: 98, 57 and 6B. RGB value is (152,87,107). Sum of RGB (Red+Green+Blue) = 152+87+107=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #98576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98576B is #67A894. Grayscale: #6C6C6C. Windows color (decimal): -6793365 or 7034776. OLE color: 7034776.

HSL color Cylindrical-coordinate representation of color #98576B: hue angle of 341.54º 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 #98576B is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 87 107 -
CMYK 0 0.43 0.30 0.40
HSL 341.54º 0.27% 0.47% -
HSV(B) 341.54º 0.43% 0.6% -
XYZ 19.01 14.55 15.72 -
YUV 108.72 127.03 158.87 -
System Red Green Blue C M Y K H S L
Decimal 152 87 107 0 0.43 0.30 0.40 341.54 0.27 0.47
Hex 98 57 6B 0 2B 1E 28 156 1B 2F
Octal 230 127 153 0 53 36 50 526 33 57
Binary 10011000 1010111 1101011 0 101011 11110 101000 101010110 11011 101111

Color Harmonies of #98576B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98576B

Black with #98576B

Text Example


Text Example

White with #98576B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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