#AD3D41

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

Shades of Night Shadz #AD3D41

Tints of Night Shadz #AD3D41

Color information

#AD3D41 (or 0xAD3D41) is unknown color: approx Night Shadz. HEX triplet: AD, 3D and 41. RGB value is (173,61,65). Sum of RGB (Red+Green+Blue) = 173+61+65=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3D41 is #52C2BE. Grayscale: #5F5F5F. Windows color (decimal): -5423807 or 4275629. OLE color: 4275629.

HSL color Cylindrical-coordinate representation of color #AD3D41: hue angle of 357.86º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD3D41 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB1736165-
CMYK00.650.620.32
HSL357.86º47.86%45.88%-
HSV(B)357.86º64.74%67.84%-
XYZ19.8612.66.39-
YUV94.94111.11183.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.86%
GREEN value IS 61 (24.22% from 255) = 20.40%
BLUE value IS 65 (25.78% from 255) = 21.74%
R=57.86%
G=20.40%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173616500.650.620.32357.8647.8645.88
HexAD3D410413E20166302e
Octal25575101010176405466056
Binary10101101111101100000101000001111110100000101100110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3D41; }

 p { color: rgb(173,61,65); }

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

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

 a { background-color: rgb(173,61,65); }

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

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

 span { border-color: rgb(173,61,65); }

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