Html Css Color HEX #99386B Rouge

📋 copy color: '#99386B'

red 153 ◦ green 56 ◦ blue 107

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

Shades of Rouge #99386B

Tints of Rouge #99386B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.72%

 BLUE value IS 107 (42.19% from 255) = 33.86%

R = 48.42%
G = 17.72%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#99386B (or 0x99386B) is known color: Rouge. HEX triplet: 99, 38 and 6B. RGB value is (153,56,107). Sum of RGB (Red+Green+Blue) = 153+56+107=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99386B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99386B is #66C794. Grayscale: #5A5A5A. Windows color (decimal): -6735765 or 7026841. OLE color: 7026841.

HSL color Cylindrical-coordinate representation of color #99386B: hue angle of 328.45º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99386B is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 56 107 -
CMYK 0 0.63 0.30 0.4
HSL 328.45º 0.46% 0.41% -
HSV(B) 328.45º 0.63% 0.6% -
XYZ 17.2 10.66 15.06 -
YUV 90.82 137.14 172.35 -
System Red Green Blue C M Y K H S L
Decimal 153 56 107 0 0.63 0.30 0.4 328.45 0.46 0.41
Hex 99 38 6B 0 3F 1E 28 148 2E 29
Octal 231 70 153 0 77 36 50 510 56 51
Binary 10011001 111000 1101011 0 111111 11110 101000 101001000 101110 101001

Color Harmonies of #99386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99386B

Black with #99386B

Text Example


Text Example

White with #99386B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99386B; }

 p { color: rgb(153,56,107); }

 H1.HeaderClassName
 {
   color: #99386B;
 }
 .AnyTagClassName
 {
   color: #99386B;
 }
</style>

background-color css

<style>
 a { background-color: #99386B; }

 a { background-color: rgb(153,56,107); }

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

border-color css

<style>
 span { border-color: #99386B; }

 span { border-color: rgb(153,56,107); }

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