Html Css Color HEX #98386D Rouge

📋 copy color: '#98386D'

red 152 ◦ green 56 ◦ blue 109

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

Shades of Rouge #98386D

Tints of Rouge #98386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.67%

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

R = 47.95%
G = 17.67%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98386D (or 0x98386D) is known color: Rouge. HEX triplet: 98, 38 and 6D. RGB value is (152,56,109). Sum of RGB (Red+Green+Blue) = 152+56+109=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #98386D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98386D is #67C792. Grayscale: #5A5A5A. Windows color (decimal): -6801299 or 7157912. OLE color: 7157912.

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

Color convert

RGB 152 56 109 -
CMYK 0 0.63 0.28 0.40
HSL 326.88º 0.46% 0.41% -
HSV(B) 326.88º 0.63% 0.6% -
XYZ 17.12 10.61 15.61 -
YUV 90.75 138.3 171.69 -
System Red Green Blue C M Y K H S L
Decimal 152 56 109 0 0.63 0.28 0.40 326.88 0.46 0.41
Hex 98 38 6D 0 3F 1C 28 147 2E 29
Octal 230 70 155 0 77 34 50 507 56 51
Binary 10011000 111000 1101101 0 111111 11100 101000 101000111 101110 101001

Color Harmonies of #98386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98386D

Black with #98386D

Text Example


Text Example

White with #98386D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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