Html Css Color HEX #983270 Rouge

📋 copy color: '#983270'

red 152 ◦ green 50 ◦ blue 112

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

Shades of Rouge #983270

Tints of Rouge #983270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.92%

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

R = 48.41%
G = 15.92%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#983270 (or 0x983270) is known color: Rouge. HEX triplet: 98, 32 and 70. RGB value is (152,50,112). Sum of RGB (Red+Green+Blue) = 152+50+112=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #983270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983270 is #67CD8F. Grayscale: #575757. Windows color (decimal): -6802832 or 7352984. OLE color: 7352984.

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

Color convert

RGB 152 50 112 -
CMYK 0 0.67 0.26 0.40
HSL 323.53º 0.5% 0.4% -
HSV(B) 323.53º 0.67% 0.6% -
XYZ 17.01 10.13 16.39 -
YUV 87.57 141.79 173.96 -
System Red Green Blue C M Y K H S L
Decimal 152 50 112 0 0.67 0.26 0.40 323.53 0.5 0.4
Hex 98 32 70 0 43 1A 28 144 32 28
Octal 230 62 160 0 103 32 50 504 62 50
Binary 10011000 110010 1110000 0 1000011 11010 101000 101000100 110010 101000

Color Harmonies of #983270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983270

Black with #983270

Text Example


Text Example

White with #983270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983270; }

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

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

background-color css

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

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

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

border-color css

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

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

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