#98427B

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

Shades of Rouge #98427B

Tints of Rouge #98427B

Color information

#98427B (or 0x98427B) is unknown color: approx Rouge. HEX triplet: 98, 42 and 7B. RGB value is (152,66,123). Sum of RGB (Red+Green+Blue) = 152+66+123=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #98427B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98427B is #67BD84. Grayscale: #626262. Windows color (decimal): -6798725 or 8077976. OLE color: 8077976.

HSL color Cylindrical-coordinate representation of color #98427B: hue angle of 320.23º 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 #98427B is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB15266123-
CMYK00.570.190.40
HSL320.23º39.45%42.75%-
HSV(B)320.23º56.58%59.61%-
XYZ18.471220.08-
YUV98.21141.99166.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.57%
GREEN value IS 66 (26.17% from 255) = 19.35%
BLUE value IS 123 (48.44% from 255) = 36.07%
R=44.57%
G=19.35%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526612300.570.190.40320.2339.4542.75
Hex98427B0391328140272b
Octal23010217307123505004753
Binary1001100010000101111011011100110011101000101000000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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