Html Css Color HEX #99376A Rouge

📋 copy color: '#99376A'

red 153 ◦ green 55 ◦ blue 106

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

Shades of Rouge #99376A

Tints of Rouge #99376A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.76%

R = 48.73%
G = 17.52%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#99376A (or 0x99376A) is known color: Rouge. HEX triplet: 99, 37 and 6A. RGB value is (153,55,106). Sum of RGB (Red+Green+Blue) = 153+55+106=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #99376A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99376A is #66C895. Grayscale: #5A5A5A. Windows color (decimal): -6736022 or 6961049. OLE color: 6961049.

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

Color convert

RGB 153 55 106 -
CMYK 0 0.64 0.31 0.4
HSL 328.78º 0.47% 0.41% -
HSV(B) 328.78º 0.64% 0.6% -
XYZ 17.1 10.55 14.77 -
YUV 90.12 136.97 172.85 -
System Red Green Blue C M Y K H S L
Decimal 153 55 106 0 0.64 0.31 0.4 328.78 0.47 0.41
Hex 99 37 6A 0 40 1F 28 149 2F 29
Octal 231 67 152 0 100 37 50 511 57 51
Binary 10011001 110111 1101010 0 1000000 11111 101000 101001001 101111 101001

Color Harmonies of #99376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99376A

Black with #99376A

Text Example


Text Example

White with #99376A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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