#562830

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

Shades of Black Rose #562830

Tints of Black Rose #562830

Color information

#562830 (or 0x562830) is unknown color: approx Black Rose. HEX triplet: 56, 28 and 30. RGB value is (86,40,48). Sum of RGB (Red+Green+Blue) = 86+40+48=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #562830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562830 is #A9D7CF. Grayscale: #363636. Windows color (decimal): -11130832 or 3156054. OLE color: 3156054.

HSL color Cylindrical-coordinate representation of color #562830: hue angle of 349.57º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #562830 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB864048-
CMYK00.530.440.66
HSL349.57º36.51%24.71%-
HSV(B)349.57º53.49%33.73%-
XYZ5.133.713.24-
YUV54.67124.24150.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.43%
GREEN value IS 40 (16.02% from 255) = 22.99%
BLUE value IS 48 (19.14% from 255) = 27.59%
R=49.43%
G=22.99%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86404800.530.440.66349.5736.5124.71
Hex5628300352C4215e2519
Octal1265060065541025364531
Binary10101101010001100000110101101100100001010101111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562830; }

 p { color: rgb(86,40,48); }

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

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

 a { background-color: rgb(86,40,48); }

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

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

 span { border-color: rgb(86,40,48); }

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