Html Css Color HEX #983370 Rouge

📋 copy color: '#983370'

red 152 ◦ green 51 ◦ blue 112

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

Shades of Rouge #983370

Tints of Rouge #983370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.19%

 BLUE value IS 112 (44.14% from 255) = 35.56%

R = 48.25%
G = 16.19%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#983370 (or 0x983370) is known color: Rouge. HEX triplet: 98, 33 and 70. RGB value is (152,51,112). Sum of RGB (Red+Green+Blue) = 152+51+112=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #983370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983370 is #67CC8F. Grayscale: #585858. Windows color (decimal): -6802576 or 7353240. OLE color: 7353240.

HSL color Cylindrical-coordinate representation of color #983370: hue angle of 323.76º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983370 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 51 112 -
CMYK 0 0.66 0.26 0.40
HSL 323.76º 0.5% 0.4% -
HSV(B) 323.76º 0.66% 0.6% -
XYZ 17.06 10.21 16.4 -
YUV 88.15 141.46 173.54 -
System Red Green Blue C M Y K H S L
Decimal 152 51 112 0 0.66 0.26 0.40 323.76 0.5 0.4
Hex 98 33 70 0 42 1A 28 144 32 28
Octal 230 63 160 0 102 32 50 504 62 50
Binary 10011000 110011 1110000 0 1000010 11010 101000 101000100 110010 101000

Color Harmonies of #983370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983370

Black with #983370

Text Example


Text Example

White with #983370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983370; }

 p { color: rgb(152,51,112); }

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

background-color css

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

 a { background-color: rgb(152,51,112); }

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

border-color css

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

 span { border-color: rgb(152,51,112); }

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