#56252D

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

Shades of Black Rose #56252D

Tints of Black Rose #56252D

Color information

#56252D (or 0x56252D) is unknown color: approx Black Rose. HEX triplet: 56, 25 and 2D. RGB value is (86,37,45). Sum of RGB (Red+Green+Blue) = 86+37+45=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #56252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56252D is #A9DAD2. Grayscale: #343434. Windows color (decimal): -11131603 or 2958678. OLE color: 2958678.

HSL color Cylindrical-coordinate representation of color #56252D: hue angle of 350.2º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56252D is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB863745-
CMYK00.570.480.66
HSL350.2º39.84%24.12%-
HSV(B)350.2º56.98%33.73%-
XYZ4.973.492.89-
YUV52.56123.73151.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.19%
GREEN value IS 37 (14.84% from 255) = 22.02%
BLUE value IS 45 (17.97% from 255) = 26.79%
R=51.19%
G=22.02%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86374500.570.480.66350.239.8424.12
Hex56252D039304215e2818
Octal1264555071601025365030
Binary10101101001011011010111001110000100001010101111010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56252D; }

 p { color: rgb(86,37,45); }

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

<style>
 a { background-color: #56252D; }

 a { background-color: rgb(86,37,45); }

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

<style>
 span { border-color: #56252D; }

 span { border-color: rgb(86,37,45); }

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