#562F3E

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

Shades of Black Rose #562F3E

Tints of Black Rose #562F3E

Color information

#562F3E (or 0x562F3E) is unknown color: approx Black Rose. HEX triplet: 56, 2F and 3E. RGB value is (86,47,62). Sum of RGB (Red+Green+Blue) = 86+47+62=195 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.10% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 86 - color contains mainly: red. Hex color #562F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562F3E is #A9D0C1. Grayscale: #3C3C3C. Windows color (decimal): -11129026 or 4075350. OLE color: 4075350.

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

Color convert

RGB864762-
CMYK00.450.280.66
HSL336.92º29.32%26.08%-
HSV(B)336.92º45.35%33.73%-
XYZ5.724.365.1-
YUV60.37128.92146.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.10%
GREEN value IS 47 (18.75% from 255) = 24.10%
BLUE value IS 62 (24.61% from 255) = 31.79%
R=44.10%
G=24.10%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86476200.450.280.66336.9229.3226.08
Hex562F3E02D1C421511d1a
Octal1265776055341025213532
Binary101011010111111111001011011110010000101010100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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