Html Css Color HEX #98386C Rouge

📋 copy color: '#98386C'

red 152 ◦ green 56 ◦ blue 108

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

Shades of Rouge #98386C

Tints of Rouge #98386C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.18%

R = 48.1%
G = 17.72%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#98386C (or 0x98386C) is known color: Rouge. HEX triplet: 98, 38 and 6C. RGB value is (152,56,108). Sum of RGB (Red+Green+Blue) = 152+56+108=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #98386C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98386C is #67C793. Grayscale: #5A5A5A. Windows color (decimal): -6801300 or 7092376. OLE color: 7092376.

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

Color convert

RGB 152 56 108 -
CMYK 0 0.63 0.29 0.40
HSL 327.5º 0.46% 0.41% -
HSV(B) 327.5º 0.63% 0.6% -
XYZ 17.07 10.59 15.33 -
YUV 90.63 137.8 171.77 -
System Red Green Blue C M Y K H S L
Decimal 152 56 108 0 0.63 0.29 0.40 327.5 0.46 0.41
Hex 98 38 6C 0 3F 1D 28 148 2E 29
Octal 230 70 154 0 77 35 50 510 56 51
Binary 10011000 111000 1101100 0 111111 11101 101000 101001000 101110 101001

Color Harmonies of #98386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98386C

Black with #98386C

Text Example


Text Example

White with #98386C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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