#53242F

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

Shades of Black Rose #53242F

Tints of Black Rose #53242F

Color information

#53242F (or 0x53242F) is unknown color: approx Black Rose. HEX triplet: 53, 24 and 2F. RGB value is (83,36,47). Sum of RGB (Red+Green+Blue) = 83+36+47=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #53242F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53242F is #ACDBD0. Grayscale: #333333. Windows color (decimal): -11328465 or 3089491. OLE color: 3089491.

HSL color Cylindrical-coordinate representation of color #53242F: hue angle of 345.96º 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 #53242F is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB833647-
CMYK00.570.430.67
HSL345.96º39.5%23.33%-
HSV(B)345.96º56.63%32.55%-
XYZ4.713.313.08-
YUV51.31125.57150.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 36 (14.45% from 255) = 21.69%
BLUE value IS 47 (18.75% from 255) = 28.31%
R=50%
G=21.69%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83364700.570.430.67345.9639.523.33
Hex53242F0392B4315a2717
Octal1234457071531035324727
Binary10100111001001011110111001101011100001110101101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53242F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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