Html Css Color HEX #98386F Rouge

📋 copy color: '#98386F'

red 152 ◦ green 56 ◦ blue 111

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

Shades of Rouge #98386F

Tints of Rouge #98386F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.8%

R = 47.65%
G = 17.55%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#98386F (or 0x98386F) is known color: Rouge. HEX triplet: 98, 38 and 6F. RGB value is (152,56,111). Sum of RGB (Red+Green+Blue) = 152+56+111=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #98386F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98386F is #67C790. Grayscale: #5A5A5A. Windows color (decimal): -6801297 or 7288984. OLE color: 7288984.

HSL color Cylindrical-coordinate representation of color #98386F: hue angle of 325.62º 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 #98386F is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 56 111 -
CMYK 0 0.63 0.27 0.40
HSL 325.63º 0.46% 0.41% -
HSV(B) 325.63º 0.63% 0.6% -
XYZ 17.23 10.65 16.19 -
YUV 90.97 139.3 171.53 -
System Red Green Blue C M Y K H S L
Decimal 152 56 111 0 0.63 0.27 0.40 325.63 0.46 0.41
Hex 98 38 6F 0 3F 1B 28 146 2E 29
Octal 230 70 157 0 77 33 50 506 56 51
Binary 10011000 111000 1101111 0 111111 11011 101000 101000110 101110 101001

Color Harmonies of #98386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98386F

Black with #98386F

Text Example


Text Example

White with #98386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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