#A33B4C

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

Shades of Night Shadz #A33B4C

Tints of Night Shadz #A33B4C

Color information

#A33B4C (or 0xA33B4C) is unknown color: approx Night Shadz. HEX triplet: A3, 3B and 4C. RGB value is (163,59,76). Sum of RGB (Red+Green+Blue) = 163+59+76=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33B4C is #5CC4B3. Grayscale: #5C5C5C. Windows color (decimal): -6079668 or 4996003. OLE color: 4996003.

HSL color Cylindrical-coordinate representation of color #A33B4C: hue angle of 350.19º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A33B4C is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB1635976-
CMYK00.640.530.36
HSL350.19º46.85%43.53%-
HSV(B)350.19º63.8%63.92%-
XYZ17.9711.448.1-
YUV92.03118.96178.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.70%
GREEN value IS 59 (23.44% from 255) = 19.80%
BLUE value IS 76 (30.08% from 255) = 25.50%
R=54.70%
G=19.80%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163597600.640.530.36350.1946.8543.53
HexA33B4C040352415e2f2c
Octal24373114010065445365754
Binary10100011111011100110001000000110101100100101011110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33B4C; }

 p { color: rgb(163,59,76); }

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

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

 a { background-color: rgb(163,59,76); }

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

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

 span { border-color: rgb(163,59,76); }

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