Html Css Color HEX #563140 Black Rose

📋 copy color: '#563140'

red 86 ◦ green 49 ◦ blue 64

#563140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Rose #563140

Tints of Black Rose #563140

RGB

 RED value IS 86 (33.98% from 255) = 43.22%

 GREEN value IS 49 (19.53% from 255) = 24.62%

 BLUE value IS 64 (25.39% from 255) = 32.16%

R = 43.22%
G = 24.62%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#563140 (or 0x563140) is known color: Black Rose. HEX triplet: 56, 31 and 40. RGB value is (86,49,64). Sum of RGB (Red+Green+Blue) = 86+49+64=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 86 - color contains mainly: red. Hex color #563140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563140 is #A9CEBF. Grayscale: #3D3D3D. Windows color (decimal): -11128512 or 4206934. OLE color: 4206934.

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

Color convert

RGB 86 49 64 -
CMYK 0 0.43 0.26 0.66
HSL 335.68º 0.27% 0.26% -
HSV(B) 335.68º 0.43% 0.34% -
XYZ 5.86 4.55 5.42 -
YUV 61.77 129.26 145.28 -
System Red Green Blue C M Y K H S L
Decimal 86 49 64 0 0.43 0.26 0.66 335.68 0.27 0.26
Hex 56 31 40 0 2B 1A 42 150 1B 1A
Octal 126 61 100 0 53 32 102 520 33 32
Binary 1010110 110001 1000000 0 101011 11010 1000010 101010000 11011 11010

Color Harmonies of #563140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563140

Black with #563140

Text Example


Text Example

White with #563140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563140; }

 p { color: rgb(86,49,64); }

 H1.HeaderClassName
 {
   color: #563140;
 }
 .AnyTagClassName
 {
   color: #563140;
 }
</style>

background-color css

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

 a { background-color: rgb(86,49,64); }

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

border-color css

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

 span { border-color: rgb(86,49,64); }

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