Html Css Color HEX #98376D Rouge

📋 copy color: '#98376D'

red 152 ◦ green 55 ◦ blue 109

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

Shades of Rouge #98376D

Tints of Rouge #98376D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.41%

 BLUE value IS 109 (42.97% from 255) = 34.49%

R = 48.1%
G = 17.41%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98376D (or 0x98376D) is known color: Rouge. HEX triplet: 98, 37 and 6D. RGB value is (152,55,109). Sum of RGB (Red+Green+Blue) = 152+55+109=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #98376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98376D is #67C892. Grayscale: #5A5A5A. Windows color (decimal): -6801555 or 7157656. OLE color: 7157656.

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

Color convert

RGB 152 55 109 -
CMYK 0 0.64 0.28 0.40
HSL 326.6º 0.47% 0.41% -
HSV(B) 326.6º 0.64% 0.6% -
XYZ 17.08 10.51 15.6 -
YUV 90.16 138.64 172.11 -
System Red Green Blue C M Y K H S L
Decimal 152 55 109 0 0.64 0.28 0.40 326.6 0.47 0.41
Hex 98 37 6D 0 40 1C 28 147 2F 29
Octal 230 67 155 0 100 34 50 507 57 51
Binary 10011000 110111 1101101 0 1000000 11100 101000 101000111 101111 101001

Color Harmonies of #98376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98376D

Black with #98376D

Text Example


Text Example

White with #98376D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98376D; }

 p { color: rgb(152,55,109); }

 H1.HeaderClassName
 {
   color: #98376D;
 }
 .AnyTagClassName
 {
   color: #98376D;
 }
</style>

background-color css

<style>
 a { background-color: #98376D; }

 a { background-color: rgb(152,55,109); }

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

border-color css

<style>
 span { border-color: #98376D; }

 span { border-color: rgb(152,55,109); }

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