Html Css Color HEX #993767 Rouge

📋 copy color: '#993767'

red 153 ◦ green 55 ◦ blue 103

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

Shades of Rouge #993767

Tints of Rouge #993767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.12%

R = 49.2%
G = 17.68%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#993767 (or 0x993767) is known color: Rouge. HEX triplet: 99, 37 and 67. RGB value is (153,55,103). Sum of RGB (Red+Green+Blue) = 153+55+103=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #993767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993767 is #66C898. Grayscale: #595959. Windows color (decimal): -6736025 or 6764441. OLE color: 6764441.

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

Color convert

RGB 153 55 103 -
CMYK 0 0.64 0.33 0.4
HSL 330.61º 0.47% 0.41% -
HSV(B) 330.61º 0.64% 0.6% -
XYZ 16.95 10.48 13.96 -
YUV 89.77 135.47 173.1 -
System Red Green Blue C M Y K H S L
Decimal 153 55 103 0 0.64 0.33 0.4 330.61 0.47 0.41
Hex 99 37 67 0 40 21 28 14B 2F 29
Octal 231 67 147 0 100 41 50 513 57 51
Binary 10011001 110111 1100111 0 1000000 100001 101000 101001011 101111 101001

Color Harmonies of #993767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993767

Black with #993767

Text Example


Text Example

White with #993767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993767; }

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

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

background-color css

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

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

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

border-color css

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

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

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