#56273B

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

Shades of Black Rose #56273B

Tints of Black Rose #56273B

Color information

#56273B (or 0x56273B) is unknown color: approx Black Rose. HEX triplet: 56, 27 and 3B. RGB value is (86,39,59). Sum of RGB (Red+Green+Blue) = 86+39+59=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #56273B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56273B is #A9D8C4. Grayscale: #373737. Windows color (decimal): -11131077 or 3876694. OLE color: 3876694.

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

Color convert

RGB863959-
CMYK00.550.310.66
HSL334.47º37.6%24.51%-
HSV(B)334.47º54.65%33.73%-
XYZ5.353.754.58-
YUV55.33130.07149.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.74%
GREEN value IS 39 (15.62% from 255) = 21.20%
BLUE value IS 59 (23.44% from 255) = 32.07%
R=46.74%
G=21.20%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86395900.550.310.66334.4737.624.51
Hex56273B0371F4214e2619
Octal1264773067371025164631
Binary1010110100111111011011011111111100001010100111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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