Html Css Color HEX #561D37 Black Rose

📋 copy color: '#561D37'

red 86 ◦ green 29 ◦ blue 55

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

Shades of Black Rose #561D37

Tints of Black Rose #561D37

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.06%

 BLUE value IS 55 (21.88% from 255) = 32.35%

R = 50.59%
G = 17.06%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.66

RGB Variations

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

Color information

#561D37 (or 0x561D37) is known color: Black Rose. HEX triplet: 56, 1D and 37. RGB value is (86,29,55). Sum of RGB (Red+Green+Blue) = 86+29+55=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #561D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D37 is #A9E2C8. Grayscale: #303030. Windows color (decimal): -11133641 or 3611990. OLE color: 3611990.

HSL color Cylindrical-coordinate representation of color #561D37: hue angle of 332.63º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #561D37 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 29 55 -
CMYK 0 0.66 0.36 0.66
HSL 332.63º 0.5% 0.23% -
HSV(B) 332.63º 0.66% 0.34% -
XYZ 4.97 3.13 3.96 -
YUV 49.01 131.38 154.39 -
System Red Green Blue C M Y K H S L
Decimal 86 29 55 0 0.66 0.36 0.66 332.63 0.5 0.23
Hex 56 1D 37 0 42 24 42 14D 32 17
Octal 126 35 67 0 102 44 102 515 62 27
Binary 1010110 11101 110111 0 1000010 100100 1000010 101001101 110010 10111

Color Harmonies of #561D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561D37

Black with #561D37

Text Example


Text Example

White with #561D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561D37; }

 p { color: rgb(86,29,55); }

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

background-color css

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

 a { background-color: rgb(86,29,55); }

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

border-color css

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

 span { border-color: rgb(86,29,55); }

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