Html Css Color HEX #98386A Rouge

📋 copy color: '#98386A'

red 152 ◦ green 56 ◦ blue 106

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

Shades of Rouge #98386A

Tints of Rouge #98386A

RGB

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

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

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

R = 48.41%
G = 17.83%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#98386A (or 0x98386A) is known color: Rouge. HEX triplet: 98, 38 and 6A. RGB value is (152,56,106). Sum of RGB (Red+Green+Blue) = 152+56+106=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #98386A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98386A is #67C795. Grayscale: #5A5A5A. Windows color (decimal): -6801302 or 6961304. OLE color: 6961304.

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

Color convert

RGB 152 56 106 -
CMYK 0 0.63 0.30 0.40
HSL 328.75º 0.46% 0.41% -
HSV(B) 328.75º 0.63% 0.6% -
XYZ 16.96 10.54 14.78 -
YUV 90.4 136.8 171.93 -
System Red Green Blue C M Y K H S L
Decimal 152 56 106 0 0.63 0.30 0.40 328.75 0.46 0.41
Hex 98 38 6A 0 3F 1E 28 149 2E 29
Octal 230 70 152 0 77 36 50 511 56 51
Binary 10011000 111000 1101010 0 111111 11110 101000 101001001 101110 101001

Color Harmonies of #98386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98386A

Black with #98386A

Text Example


Text Example

White with #98386A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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