Html Css Color HEX #99376E Rouge

📋 copy color: '#99376E'

red 153 ◦ green 55 ◦ blue 110

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

Shades of Rouge #99376E

Tints of Rouge #99376E

RGB

 RED value IS 153 (60.16% from 255) = 48.11%

 GREEN value IS 55 (21.88% from 255) = 17.3%

 BLUE value IS 110 (43.36% from 255) = 34.59%

R = 48.11%
G = 17.3%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#99376E (or 0x99376E) is known color: Rouge. HEX triplet: 99, 37 and 6E. RGB value is (153,55,110). Sum of RGB (Red+Green+Blue) = 153+55+110=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #99376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99376E is #66C891. Grayscale: #5A5A5A. Windows color (decimal): -6736018 or 7223193. OLE color: 7223193.

HSL color Cylindrical-coordinate representation of color #99376E: hue angle of 326.33º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99376E is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 55 110 -
CMYK 0 0.64 0.28 0.4
HSL 326.33º 0.47% 0.41% -
HSV(B) 326.33º 0.64% 0.6% -
XYZ 17.32 10.63 15.89 -
YUV 90.57 138.97 172.53 -
System Red Green Blue C M Y K H S L
Decimal 153 55 110 0 0.64 0.28 0.4 326.33 0.47 0.41
Hex 99 37 6E 0 40 1C 28 146 2F 29
Octal 231 67 156 0 100 34 50 506 57 51
Binary 10011001 110111 1101110 0 1000000 11100 101000 101000110 101111 101001

Color Harmonies of #99376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99376E

Black with #99376E

Text Example


Text Example

White with #99376E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99376E; }

 p { color: rgb(153,55,110); }

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

background-color css

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

 a { background-color: rgb(153,55,110); }

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

border-color css

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

 span { border-color: rgb(153,55,110); }

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