#53283A

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

Shades of Black Rose #53283A

Tints of Black Rose #53283A

Color information

#53283A (or 0x53283A) is unknown color: approx Black Rose. HEX triplet: 53, 28 and 3A. RGB value is (83,40,58). Sum of RGB (Red+Green+Blue) = 83+40+58=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #53283A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53283A is #ACD7C5. Grayscale: #363636. Windows color (decimal): -11327430 or 3811411. OLE color: 3811411.

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

Color convert

RGB834058-
CMYK00.520.300.67
HSL334.88º34.96%24.12%-
HSV(B)334.88º51.81%32.55%-
XYZ5.093.664.44-
YUV54.91129.75148.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.86%
GREEN value IS 40 (16.02% from 255) = 22.10%
BLUE value IS 58 (23.05% from 255) = 32.04%
R=45.86%
G=22.10%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83405800.520.300.67334.8834.9624.12
Hex53283A0341E4314f2318
Octal1235072064361035174330
Binary1010011101000111010011010011110100001110100111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53283A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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