#56242E

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

Shades of Black Rose #56242E

Tints of Black Rose #56242E

Color information

#56242E (or 0x56242E) is unknown color: approx Black Rose. HEX triplet: 56, 24 and 2E. RGB value is (86,36,46). Sum of RGB (Red+Green+Blue) = 86+36+46=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #56242E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56242E is #A9DBD1. Grayscale: #343434. Windows color (decimal): -11131858 or 3023958. OLE color: 3023958.

HSL color Cylindrical-coordinate representation of color #56242E: hue angle of 348º 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 #56242E is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB863646-
CMYK00.580.470.66
HSL348º40.98%23.92%-
HSV(B)348º58.14%33.73%-
XYZ4.963.442.99-
YUV52.09124.56152.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.19%
GREEN value IS 36 (14.45% from 255) = 21.43%
BLUE value IS 46 (18.36% from 255) = 27.38%
R=51.19%
G=21.43%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86364600.580.470.6634840.9823.92
Hex56242E03A2F4215c2918
Octal1264456072571025345130
Binary10101101001001011100111010101111100001010101110010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56242E; }

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

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

<style>
 a { background-color: #56242E; }

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

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

<style>
 span { border-color: #56242E; }

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

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