#562E3E

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

Shades of Black Rose #562E3E

Tints of Black Rose #562E3E

Color information

#562E3E (or 0x562E3E) is unknown color: approx Black Rose. HEX triplet: 56, 2E and 3E. RGB value is (86,46,62). Sum of RGB (Red+Green+Blue) = 86+46+62=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 62 (24.61% from 255 or 31.96% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #562E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562E3E is #A9D1C1. Grayscale: #3B3B3B. Windows color (decimal): -11129282 or 4075094. OLE color: 4075094.

HSL color Cylindrical-coordinate representation of color #562E3E: hue angle of 336º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #562E3E is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB864662-
CMYK00.470.280.66
HSL336º30.3%25.88%-
HSV(B)336º46.51%33.73%-
XYZ5.684.285.08-
YUV59.78129.25146.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.33%
GREEN value IS 46 (18.36% from 255) = 23.71%
BLUE value IS 62 (24.61% from 255) = 31.96%
R=44.33%
G=23.71%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86466200.470.280.6633630.325.88
Hex562E3E02F1C421501e1a
Octal1265676057341025203632
Binary101011010111011111001011111110010000101010100001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,46,62); }

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

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

 a { background-color: rgb(86,46,62); }

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

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

 span { border-color: rgb(86,46,62); }

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