Html Css Color HEX #993D4C Night Shadz

📋 copy color: '#993D4C'

red 153 ◦ green 61 ◦ blue 76

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

Shades of Night Shadz #993D4C

Tints of Night Shadz #993D4C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.03%

 BLUE value IS 76 (30.08% from 255) = 26.21%

R = 52.76%
G = 21.03%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#993D4C (or 0x993D4C) is known color: Night Shadz. HEX triplet: 99, 3D and 4C. RGB value is (153,61,76). Sum of RGB (Red+Green+Blue) = 153+61+76=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #993D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993D4C is #66C2B3. Grayscale: #5A5A5A. Windows color (decimal): -6734516 or 4996505. OLE color: 4996505.

HSL color Cylindrical-coordinate representation of color #993D4C: hue angle of 350.22º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #993D4C is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 61 76 -
CMYK 0 0.60 0.50 0.4
HSL 350.22º 0.43% 0.42% -
HSV(B) 350.22º 0.6% 0.6% -
XYZ 16.11 10.63 8.04 -
YUV 90.22 119.98 172.78 -
System Red Green Blue C M Y K H S L
Decimal 153 61 76 0 0.60 0.50 0.4 350.22 0.43 0.42
Hex 99 3D 4C 0 3C 32 28 15E 2B 2A
Octal 231 75 114 0 74 62 50 536 53 52
Binary 10011001 111101 1001100 0 111100 110010 101000 101011110 101011 101010

Color Harmonies of #993D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993D4C

Black with #993D4C

Text Example


Text Example

White with #993D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993D4C; }

 p { color: rgb(153,61,76); }

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

background-color css

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

 a { background-color: rgb(153,61,76); }

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

border-color css

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

 span { border-color: rgb(153,61,76); }

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