Html Css Color HEX #993755 Night Shadz

📋 copy color: '#993755'

red 153 ◦ green 55 ◦ blue 85

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

Shades of Night Shadz #993755

Tints of Night Shadz #993755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.01%

R = 52.22%
G = 18.77%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#993755 (or 0x993755) is known color: Night Shadz. HEX triplet: 99, 37 and 55. RGB value is (153,55,85). Sum of RGB (Red+Green+Blue) = 153+55+85=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #993755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993755 is #66C8AA. Grayscale: #575757. Windows color (decimal): -6736043 or 5584793. OLE color: 5584793.

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

Color convert

RGB 153 55 85 -
CMYK 0 0.64 0.44 0.4
HSL 341.63º 0.47% 0.41% -
HSV(B) 341.63º 0.64% 0.6% -
XYZ 16.14 10.16 9.7 -
YUV 87.72 126.47 174.56 -
System Red Green Blue C M Y K H S L
Decimal 153 55 85 0 0.64 0.44 0.4 341.63 0.47 0.41
Hex 99 37 55 0 40 2C 28 156 2F 29
Octal 231 67 125 0 100 54 50 526 57 51
Binary 10011001 110111 1010101 0 1000000 101100 101000 101010110 101111 101001

Color Harmonies of #993755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993755

Black with #993755

Text Example


Text Example

White with #993755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993755; }

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

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

background-color css

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

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

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

border-color css

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

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

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