#a33349

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

Shades of Night Shadz #A33349

Tints of Night Shadz #A33349

Color information

#A33349 (or 0xA33349) is unknown color: approx Night Shadz. HEX triplet: A3, 33 and 49. RGB value is (163,51,73). Sum of RGB (Red+Green+Blue) = 163+51+73=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A33349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33349 is #5CCCB6. Grayscale: #575757. Windows color (decimal): -6081719 or 4797347. OLE color: 4797347.

HSL color Cylindrical-coordinate representation of color #A33349: hue angle of 348.21º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A33349 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB1635173-
CMYK00.690.550.36
HSL348.21º52.34%41.96%-
HSV(B)348.21º68.71%63.92%-
XYZ17.4910.647.43-
YUV87120.11182.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 56.79%
GREEN value IS 51 (20.31% from 255) = 17.77%
BLUE value IS 73 (28.91% from 255) = 25.44%
R=56.79%
G=17.77%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163517300.690.550.36348.2152.3441.96
HexA33349045372415c342a
Octal24363111010567445346452
Binary10100011110011100100101000101110111100100101011100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a33349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a33349; }

 p { color: rgb(163,51,73); }

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

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

 a { background-color: rgb(163,51,73); }

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

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

 span { border-color: rgb(163,51,73); }

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