Html Css Color HEX #561C36 Black Rose

📋 copy color: '#561C36'

red 86 ◦ green 28 ◦ blue 54

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

Shades of Black Rose #561C36

Tints of Black Rose #561C36

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.67%

 BLUE value IS 54 (21.48% from 255) = 32.14%

R = 51.19%
G = 16.67%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.66

RGB Variations

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

Color information

#561C36 (or 0x561C36) is known color: Black Rose. HEX triplet: 56, 1C and 36. RGB value is (86,28,54). Sum of RGB (Red+Green+Blue) = 86+28+54=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #561C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C36 is #A9E3C9. Grayscale: #303030. Windows color (decimal): -11133898 or 3546198. OLE color: 3546198.

HSL color Cylindrical-coordinate representation of color #561C36: hue angle of 333.1º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #561C36 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 28 54 -
CMYK 0 0.67 0.37 0.66
HSL 333.1º 0.51% 0.22% -
HSV(B) 333.1º 0.67% 0.34% -
XYZ 4.92 3.08 3.82 -
YUV 48.31 131.22 154.89 -
System Red Green Blue C M Y K H S L
Decimal 86 28 54 0 0.67 0.37 0.66 333.1 0.51 0.22
Hex 56 1C 36 0 43 25 42 14D 33 16
Octal 126 34 66 0 103 45 102 515 63 26
Binary 1010110 11100 110110 0 1000011 100101 1000010 101001101 110011 10110

Color Harmonies of #561C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561C36

Black with #561C36

Text Example


Text Example

White with #561C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,28,54); }

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

background-color css

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

 a { background-color: rgb(86,28,54); }

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

border-color css

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

 span { border-color: rgb(86,28,54); }

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