#56262F

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

Shades of Black Rose #56262F

Tints of Black Rose #56262F

Color information

#56262F (or 0x56262F) is unknown color: approx Black Rose. HEX triplet: 56, 26 and 2F. RGB value is (86,38,47). Sum of RGB (Red+Green+Blue) = 86+38+47=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #56262F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56262F is #A9D9D0. Grayscale: #353535. Windows color (decimal): -11131345 or 3090006. OLE color: 3090006.

HSL color Cylindrical-coordinate representation of color #56262F: hue angle of 348.75º 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 #56262F is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB863847-
CMYK00.560.450.66
HSL348.75º38.71%24.31%-
HSV(B)348.75º55.81%33.73%-
XYZ5.043.573.11-
YUV53.38124.4151.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 50.29%
GREEN value IS 38 (15.23% from 255) = 22.22%
BLUE value IS 47 (18.75% from 255) = 27.49%
R=50.29%
G=22.22%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86384700.560.450.66348.7538.7124.31
Hex56262F0382D4215d2718
Octal1264657070551025354730
Binary10101101001101011110111000101101100001010101110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56262F; }

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

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

<style>
 a { background-color: #56262F; }

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

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

<style>
 span { border-color: #56262F; }

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

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