Html Css Color HEX #98437A Rouge

📋 copy color: '#98437A'

red 152 ◦ green 67 ◦ blue 122

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

Shades of Rouge #98437A

Tints of Rouge #98437A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.65%

 BLUE value IS 122 (48.05% from 255) = 35.78%

R = 44.57%
G = 19.65%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#98437A (or 0x98437A) is known color: Rouge. HEX triplet: 98, 43 and 7A. RGB value is (152,67,122). Sum of RGB (Red+Green+Blue) = 152+67+122=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #98437A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98437A is #67BC85. Grayscale: #626262. Windows color (decimal): -6798470 or 8012696. OLE color: 8012696.

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

Color convert

RGB 152 67 122 -
CMYK 0 0.56 0.20 0.40
HSL 321.18º 0.39% 0.43% -
HSV(B) 321.18º 0.56% 0.6% -
XYZ 18.47 12.09 19.77 -
YUV 98.69 141.16 166.03 -
System Red Green Blue C M Y K H S L
Decimal 152 67 122 0 0.56 0.20 0.40 321.18 0.39 0.43
Hex 98 43 7A 0 38 14 28 141 27 2B
Octal 230 103 172 0 70 24 50 501 47 53
Binary 10011000 1000011 1111010 0 111000 10100 101000 101000001 100111 101011

Color Harmonies of #98437A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98437A

Black with #98437A

Text Example


Text Example

White with #98437A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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