Html Css Color HEX #98376B Rouge

📋 copy color: '#98376B'

red 152 ◦ green 55 ◦ blue 107

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

Shades of Rouge #98376B

Tints of Rouge #98376B

RGB

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

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

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

R = 48.41%
G = 17.52%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#98376B (or 0x98376B) is known color: Rouge. HEX triplet: 98, 37 and 6B. RGB value is (152,55,107). Sum of RGB (Red+Green+Blue) = 152+55+107=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #98376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98376B is #67C894. Grayscale: #595959. Windows color (decimal): -6801557 or 7026584. OLE color: 7026584.

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

Color convert

RGB 152 55 107 -
CMYK 0 0.64 0.30 0.40
HSL 327.84º 0.47% 0.41% -
HSV(B) 327.84º 0.64% 0.6% -
XYZ 16.97 10.47 15.04 -
YUV 89.93 137.64 172.27 -
System Red Green Blue C M Y K H S L
Decimal 152 55 107 0 0.64 0.30 0.40 327.84 0.47 0.41
Hex 98 37 6B 0 40 1E 28 148 2F 29
Octal 230 67 153 0 100 36 50 510 57 51
Binary 10011000 110111 1101011 0 1000000 11110 101000 101001000 101111 101001

Color Harmonies of #98376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98376B

Black with #98376B

Text Example


Text Example

White with #98376B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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