Html Css Color HEX #984073 Rouge

📋 copy color: '#984073'

red 152 ◦ green 64 ◦ blue 115

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

Shades of Rouge #984073

Tints of Rouge #984073

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.34%

 BLUE value IS 115 (45.31% from 255) = 34.74%

R = 45.92%
G = 19.34%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#984073 (or 0x984073) is known color: Rouge. HEX triplet: 98, 40 and 73. RGB value is (152,64,115). Sum of RGB (Red+Green+Blue) = 152+64+115=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #984073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984073 is #67BF8C. Grayscale: #606060. Windows color (decimal): -6799245 or 7553176. OLE color: 7553176.

HSL color Cylindrical-coordinate representation of color #984073: hue angle of 325.23º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984073 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 64 115 -
CMYK 0 0.58 0.24 0.40
HSL 325.23º 0.41% 0.42% -
HSV(B) 325.23º 0.58% 0.6% -
XYZ 17.88 11.58 17.51 -
YUV 96.13 138.65 167.85 -
System Red Green Blue C M Y K H S L
Decimal 152 64 115 0 0.58 0.24 0.40 325.23 0.41 0.42
Hex 98 40 73 0 3A 18 28 145 29 2A
Octal 230 100 163 0 72 30 50 505 51 52
Binary 10011000 1000000 1110011 0 111010 11000 101000 101000101 101001 101010

Color Harmonies of #984073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984073

Black with #984073

Text Example


Text Example

White with #984073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984073; }

 p { color: rgb(152,64,115); }

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

background-color css

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

 a { background-color: rgb(152,64,115); }

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

border-color css

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

 span { border-color: rgb(152,64,115); }

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