#562B3C

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

Shades of Black Rose #562B3C

Tints of Black Rose #562B3C

Color information

#562B3C (or 0x562B3C) is unknown color: approx Black Rose. HEX triplet: 56, 2B and 3C. RGB value is (86,43,60). Sum of RGB (Red+Green+Blue) = 86+43+60=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #562B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562B3C is #A9D4C3. Grayscale: #393939. Windows color (decimal): -11130052 or 3943254. OLE color: 3943254.

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

Color convert

RGB864360-
CMYK00.500.300.66
HSL336.28º33.33%25.29%-
HSV(B)336.28º50%33.73%-
XYZ5.524.034.76-
YUV57.8129.25148.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.50%
GREEN value IS 43 (17.19% from 255) = 22.75%
BLUE value IS 60 (23.83% from 255) = 31.75%
R=45.50%
G=22.75%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86436000.500.300.66336.2833.3325.29
Hex562B3C0321E421502119
Octal1265374062361025204131
Binary1010110101011111100011001011110100001010101000010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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