#56223A

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

Shades of Black Rose #56223A

Tints of Black Rose #56223A

Color information

#56223A (or 0x56223A) is unknown color: approx Black Rose. HEX triplet: 56, 22 and 3A. RGB value is (86,34,58). Sum of RGB (Red+Green+Blue) = 86+34+58=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 58 (23.05% from 255 or 32.58% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #56223A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56223A is #A9DDC5. Grayscale: #343434. Windows color (decimal): -11132358 or 3809878. OLE color: 3809878.

HSL color Cylindrical-coordinate representation of color #56223A: hue angle of 332.31º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56223A is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB863458-
CMYK00.600.330.66
HSL332.31º43.33%23.53%-
HSV(B)332.31º60.47%33.73%-
XYZ5.173.434.39-
YUV52.28131.23152.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 48.31%
GREEN value IS 34 (13.67% from 255) = 19.10%
BLUE value IS 58 (23.05% from 255) = 32.58%
R=48.31%
G=19.10%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86345800.600.330.66332.3143.3323.53
Hex56223A03C214214c2b18
Octal1264272074411025145330
Binary10101101000101110100111100100001100001010100110010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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