Html Css Color HEX #993A59 Night Shadz

📋 copy color: '#993A59'

red 153 ◦ green 58 ◦ blue 89

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

Shades of Night Shadz #993A59

Tints of Night Shadz #993A59

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.33%

 BLUE value IS 89 (35.16% from 255) = 29.67%

R = 51%
G = 19.33%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#993A59 (or 0x993A59) is known color: Night Shadz. HEX triplet: 99, 3A and 59. RGB value is (153,58,89). Sum of RGB (Red+Green+Blue) = 153+58+89=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #993A59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993A59 is #66C5A6. Grayscale: #595959. Windows color (decimal): -6735271 or 5847705. OLE color: 5847705.

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

Color convert

RGB 153 58 89 -
CMYK 0 0.62 0.42 0.4
HSL 340.42º 0.45% 0.41% -
HSV(B) 340.42º 0.62% 0.6% -
XYZ 16.45 10.52 10.61 -
YUV 89.94 127.47 172.98 -
System Red Green Blue C M Y K H S L
Decimal 153 58 89 0 0.62 0.42 0.4 340.42 0.45 0.41
Hex 99 3A 59 0 3E 2A 28 154 2D 29
Octal 231 72 131 0 76 52 50 524 55 51
Binary 10011001 111010 1011001 0 111110 101010 101000 101010100 101101 101001

Color Harmonies of #993A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993A59

Black with #993A59

Text Example


Text Example

White with #993A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,58,89); }

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

background-color css

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

 a { background-color: rgb(153,58,89); }

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

border-color css

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

 span { border-color: rgb(153,58,89); }

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