Html Css Color HEX #98376A Rouge

📋 copy color: '#98376A'

red 152 ◦ green 55 ◦ blue 106

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

Shades of Rouge #98376A

Tints of Rouge #98376A

RGB

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

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

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

R = 48.56%
G = 17.57%
B = 33.87%

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

#98376A (or 0x98376A) is known color: Rouge. HEX triplet: 98, 37 and 6A. RGB value is (152,55,106). Sum of RGB (Red+Green+Blue) = 152+55+106=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #98376A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98376A is #67C895. Grayscale: #595959. Windows color (decimal): -6801558 or 6961048. OLE color: 6961048.

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

Color convert

RGB 152 55 106 -
CMYK 0 0.64 0.30 0.40
HSL 328.45º 0.47% 0.41% -
HSV(B) 328.45º 0.64% 0.6% -
XYZ 16.92 10.45 14.76 -
YUV 89.82 137.14 172.35 -
System Red Green Blue C M Y K H S L
Decimal 152 55 106 0 0.64 0.30 0.40 328.45 0.47 0.41
Hex 98 37 6A 0 40 1E 28 148 2F 29
Octal 230 67 152 0 100 36 50 510 57 51
Binary 10011000 110111 1101010 0 1000000 11110 101000 101001000 101111 101001

Color Harmonies of #98376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98376A

Black with #98376A

Text Example


Text Example

White with #98376A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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