Html Css Color HEX #98427B Rouge

📋 copy color: '#98427B'

red 152 ◦ green 66 ◦ blue 123

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

Shades of Rouge #98427B

Tints of Rouge #98427B

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 value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#98427B (or 0x98427B) is known color: 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

RGB 152 66 123 -
CMYK 0 0.57 0.19 0.40
HSL 320.23º 0.39% 0.43% -
HSV(B) 320.23º 0.57% 0.6% -
XYZ 18.47 12 20.08 -
YUV 98.21 141.99 166.37 -
System Red Green Blue C M Y K H S L
Decimal 152 66 123 0 0.57 0.19 0.40 320.23 0.39 0.43
Hex 98 42 7B 0 39 13 28 140 27 2B
Octal 230 102 173 0 71 23 50 500 47 53
Binary 10011000 1000010 1111011 0 111001 10011 101000 101000000 100111 101011

Color Harmonies of #98427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98427B

Black with #98427B

Text Example


Text Example

White with #98427B

Text Example


Text Example

HTML Codes & Css Web 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>