#56243B

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

Shades of Black Rose #56243B

Tints of Black Rose #56243B

Color information

#56243B (or 0x56243B) is unknown color: approx Black Rose. HEX triplet: 56, 24 and 3B. RGB value is (86,36,59). Sum of RGB (Red+Green+Blue) = 86+36+59=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #56243B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56243B is #A9DBC4. Grayscale: #353535. Windows color (decimal): -11131845 or 3875926. OLE color: 3875926.

HSL color Cylindrical-coordinate representation of color #56243B: hue angle of 332.4º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56243B is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB863659-
CMYK00.580.310.66
HSL332.4º40.98%23.92%-
HSV(B)332.4º58.14%33.73%-
XYZ5.263.564.55-
YUV53.57131.06151.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.51%
GREEN value IS 36 (14.45% from 255) = 19.89%
BLUE value IS 59 (23.44% from 255) = 32.60%
R=47.51%
G=19.89%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86365900.580.310.66332.440.9823.92
Hex56243B03A1F4214c2918
Octal1264473072371025145130
Binary1010110100100111011011101011111100001010100110010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56243B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56243B; }

 p { color: rgb(86,36,59); }

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

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

 a { background-color: rgb(86,36,59); }

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

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

 span { border-color: rgb(86,36,59); }

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