Html Css Color HEX #98576A Vin Rouge

📋 copy color: '#98576A'

red 152 ◦ green 87 ◦ blue 106

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

Shades of Vin Rouge #98576A

Tints of Vin Rouge #98576A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.72%

R = 44.06%
G = 25.22%
B = 30.72%

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

#98576A (or 0x98576A) is known color: Vin Rouge. HEX triplet: 98, 57 and 6A. RGB value is (152,87,106). Sum of RGB (Red+Green+Blue) = 152+87+106=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #98576A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98576A is #67A895. Grayscale: #6C6C6C. Windows color (decimal): -6793366 or 6969240. OLE color: 6969240.

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

Color convert

RGB 152 87 106 -
CMYK 0 0.43 0.30 0.40
HSL 342.46º 0.27% 0.47% -
HSV(B) 342.46º 0.43% 0.6% -
XYZ 18.96 14.53 15.44 -
YUV 108.6 126.53 158.96 -
System Red Green Blue C M Y K H S L
Decimal 152 87 106 0 0.43 0.30 0.40 342.46 0.27 0.47
Hex 98 57 6A 0 2B 1E 28 156 1B 2F
Octal 230 127 152 0 53 36 50 526 33 57
Binary 10011000 1010111 1101010 0 101011 11110 101000 101010110 11011 101111

Color Harmonies of #98576A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98576A

Black with #98576A

Text Example


Text Example

White with #98576A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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