Html Css Color HEX #99376D Rouge

📋 copy color: '#99376D'

red 153 ◦ green 55 ◦ blue 109

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

Shades of Rouge #99376D

Tints of Rouge #99376D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.38%

R = 48.26%
G = 17.35%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99376D (or 0x99376D) is known color: Rouge. HEX triplet: 99, 37 and 6D. RGB value is (153,55,109). Sum of RGB (Red+Green+Blue) = 153+55+109=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #99376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99376D is #66C892. Grayscale: #5A5A5A. Windows color (decimal): -6736019 or 7157657. OLE color: 7157657.

HSL color Cylindrical-coordinate representation of color #99376D: hue angle of 326.94º 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 #99376D is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 55 109 -
CMYK 0 0.64 0.29 0.4
HSL 326.94º 0.47% 0.41% -
HSV(B) 326.94º 0.64% 0.6% -
XYZ 17.26 10.61 15.61 -
YUV 90.46 138.47 172.61 -
System Red Green Blue C M Y K H S L
Decimal 153 55 109 0 0.64 0.29 0.4 326.94 0.47 0.41
Hex 99 37 6D 0 40 1D 28 147 2F 29
Octal 231 67 155 0 100 35 50 507 57 51
Binary 10011001 110111 1101101 0 1000000 11101 101000 101000111 101111 101001

Color Harmonies of #99376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99376D

Black with #99376D

Text Example


Text Example

White with #99376D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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