#56273A

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

Shades of Black Rose #56273A

Tints of Black Rose #56273A

Color information

#56273A (or 0x56273A) is unknown color: approx Black Rose. HEX triplet: 56, 27 and 3A. RGB value is (86,39,58). Sum of RGB (Red+Green+Blue) = 86+39+58=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 39 (15.62% from 255 or 21.31% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #56273A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56273A is #A9D8C5. Grayscale: #373737. Windows color (decimal): -11131078 or 3811158. OLE color: 3811158.

HSL color Cylindrical-coordinate representation of color #56273A: hue angle of 335.74º 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 #56273A is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB863958-
CMYK00.550.330.66
HSL335.74º37.6%24.51%-
HSV(B)335.74º54.65%33.73%-
XYZ5.333.734.44-
YUV55.22129.57149.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.99%
GREEN value IS 39 (15.62% from 255) = 21.31%
BLUE value IS 58 (23.05% from 255) = 31.69%
R=46.99%
G=21.31%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86395800.550.330.66335.7437.624.51
Hex56273A03721421502619
Octal1264772067411025204631
Binary10101101001111110100110111100001100001010101000010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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