#562C3C

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

Shades of Black Rose #562C3C

Tints of Black Rose #562C3C

Color information

#562C3C (or 0x562C3C) is unknown color: approx Black Rose. HEX triplet: 56, 2C and 3C. RGB value is (86,44,60). Sum of RGB (Red+Green+Blue) = 86+44+60=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #562C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562C3C is #A9D3C3. Grayscale: #3A3A3A. Windows color (decimal): -11129796 or 3943510. OLE color: 3943510.

HSL color Cylindrical-coordinate representation of color #562C3C: hue angle of 337.14º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #562C3C is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB864460-
CMYK00.490.300.66
HSL337.14º32.31%25.49%-
HSV(B)337.14º48.84%33.73%-
XYZ5.554.114.77-
YUV58.38128.91147.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.26%
GREEN value IS 44 (17.58% from 255) = 23.16%
BLUE value IS 60 (23.83% from 255) = 31.58%
R=45.26%
G=23.16%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86446000.490.300.66337.1432.3125.49
Hex562C3C0311E421512019
Octal1265474061361025214031
Binary1010110101100111100011000111110100001010101000110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562C3C; }

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

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

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

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

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

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

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

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