#53293A

Color #53293A Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #53293A

Tints of Black Rose #53293A

Color information

#53293A (or 0x53293A) is unknown color: approx Black Rose. HEX triplet: 53, 29 and 3A. RGB value is (83,41,58). Sum of RGB (Red+Green+Blue) = 83+41+58=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #53293A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53293A is #ACD6C5. Grayscale: #373737. Windows color (decimal): -11327174 or 3811667. OLE color: 3811667.

HSL color Cylindrical-coordinate representation of color #53293A: hue angle of 335.71º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53293A is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB834158-
CMYK00.510.300.67
HSL335.71º33.87%24.31%-
HSV(B)335.71º50.6%32.55%-
XYZ5.123.734.45-
YUV55.5129.41147.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.60%
GREEN value IS 41 (16.41% from 255) = 22.53%
BLUE value IS 58 (23.05% from 255) = 31.87%
R=45.60%
G=22.53%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83415800.510.300.67335.7133.8724.31
Hex53293A0331E431502218
Octal1235172063361035204230
Binary1010011101001111010011001111110100001110101000010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53293A; }

 p { color: rgb(83,41,58); }

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

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

 a { background-color: rgb(83,41,58); }

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

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

 span { border-color: rgb(83,41,58); }

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