#993C4A

Color #993C4A Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #993C4A

Tints of Night Shadz #993C4A

Color information

#993C4A (or 0x993C4A) is unknown color: approx Night Shadz. HEX triplet: 99, 3C and 4A. RGB value is (153,60,74). Sum of RGB (Red+Green+Blue) = 153+60+74=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #993C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993C4A is #66C3B5. Grayscale: #595959. Windows color (decimal): -6734774 or 4865177. OLE color: 4865177.

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

Color convert

RGB1536074-
CMYK00.610.520.4
HSL350.97º43.66%41.76%-
HSV(B)350.97º60.78%60%-
XYZ15.9910.57.66-
YUV89.4119.31173.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.31%
GREEN value IS 60 (23.83% from 255) = 20.91%
BLUE value IS 74 (29.30% from 255) = 25.78%
R=53.31%
G=20.91%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153607400.610.520.4350.9743.6641.76
Hex993C4A03D342815f2c2a
Octal2317411207564505375452
Binary1001100111110010010100111101110100101000101011111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,60,74); }

 H1.HeaderClassName
 {
   color: #993C4A;
 }
 .AnyTagClassName
 {
   color: #993C4A;
 }
</style>
background-color css

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

 a { background-color: rgb(153,60,74); }

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

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

 span { border-color: rgb(153,60,74); }

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