#56263C

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

Shades of Black Rose #56263C

Tints of Black Rose #56263C

Color information

#56263C (or 0x56263C) is unknown color: approx Black Rose. HEX triplet: 56, 26 and 3C. RGB value is (86,38,60). Sum of RGB (Red+Green+Blue) = 86+38+60=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #56263C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56263C is #A9D9C3. Grayscale: #363636. Windows color (decimal): -11131332 or 3941974. OLE color: 3941974.

HSL color Cylindrical-coordinate representation of color #56263C: hue angle of 332.5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56263C is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB863860-
CMYK00.560.300.66
HSL332.5º38.71%24.31%-
HSV(B)332.5º55.81%33.73%-
XYZ5.353.694.71-
YUV54.86130.9150.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.74%
GREEN value IS 38 (15.23% from 255) = 20.65%
BLUE value IS 60 (23.83% from 255) = 32.61%
R=46.74%
G=20.65%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86386000.560.300.66332.538.7124.31
Hex56263C0381E4214c2718
Octal1264674070361025144730
Binary1010110100110111100011100011110100001010100110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56263C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56263C; }

 p { color: rgb(86,38,60); }

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

<style>
 a { background-color: #56263C; }

 a { background-color: rgb(86,38,60); }

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

<style>
 span { border-color: #56263C; }

 span { border-color: rgb(86,38,60); }

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