#98427A

Color #98427A Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #98427A

Tints of Rouge #98427A

Color information

#98427A (or 0x98427A) is unknown color: approx Rouge. HEX triplet: 98, 42 and 7A. RGB value is (152,66,122). Sum of RGB (Red+Green+Blue) = 152+66+122=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #98427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98427A is #67BD85. Grayscale: #616161. Windows color (decimal): -6798726 or 8012440. OLE color: 8012440.

HSL color Cylindrical-coordinate representation of color #98427A: hue angle of 320.93º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98427A is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB15266122-
CMYK00.570.200.40
HSL320.93º39.45%42.75%-
HSV(B)320.93º56.58%59.61%-
XYZ18.4111.9819.75-
YUV98.1141.49166.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.71%
GREEN value IS 66 (26.17% from 255) = 19.41%
BLUE value IS 122 (48.05% from 255) = 35.88%
R=44.71%
G=19.41%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526612200.570.200.40320.9339.4542.75
Hex98427A0391428141272b
Octal23010217207124505014753
Binary1001100010000101111010011100110100101000101000001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,66,122); }

 H1.HeaderClassName
 {
   color: #98427A;
 }
 .AnyTagClassName
 {
   color: #98427A;
 }
</style>
background-color css

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

 a { background-color: rgb(152,66,122); }

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

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

 span { border-color: rgb(152,66,122); }

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