#53242D

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

Shades of Black Rose #53242D

Tints of Black Rose #53242D

Color information

#53242D (or 0x53242D) is unknown color: approx Black Rose. HEX triplet: 53, 24 and 2D. RGB value is (83,36,45). Sum of RGB (Red+Green+Blue) = 83+36+45=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #53242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53242D is #ACDBD2. Grayscale: #333333. Windows color (decimal): -11328467 or 2958419. OLE color: 2958419.

HSL color Cylindrical-coordinate representation of color #53242D: hue angle of 348.51º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53242D is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB833645-
CMYK00.570.460.67
HSL348.51º39.5%23.33%-
HSV(B)348.51º56.63%32.55%-
XYZ4.673.292.87-
YUV51.08124.57150.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.61%
GREEN value IS 36 (14.45% from 255) = 21.95%
BLUE value IS 45 (17.97% from 255) = 27.44%
R=50.61%
G=21.95%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83364500.570.460.67348.5139.523.33
Hex53242D0392E4315d2717
Octal1234455071561035354727
Binary10100111001001011010111001101110100001110101110110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53242D; }

 p { color: rgb(83,36,45); }

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

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

 a { background-color: rgb(83,36,45); }

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

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

 span { border-color: rgb(83,36,45); }

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