Html Css Color HEX #561B31 Black Rose

📋 copy color: '#561B31'

red 86 ◦ green 27 ◦ blue 49

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

Shades of Black Rose #561B31

Tints of Black Rose #561B31

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.67%

 BLUE value IS 49 (19.53% from 255) = 30.25%

R = 53.09%
G = 16.67%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#561B31 (or 0x561B31) is known color: Black Rose. HEX triplet: 56, 1B and 31. RGB value is (86,27,49). Sum of RGB (Red+Green+Blue) = 86+27+49=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #561B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B31 is #A9E4CE. Grayscale: #2F2F2F. Windows color (decimal): -11134159 or 3218262. OLE color: 3218262.

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

Color convert

RGB 86 27 49 -
CMYK 0 0.69 0.43 0.66
HSL 337.63º 0.52% 0.22% -
HSV(B) 337.63º 0.69% 0.34% -
XYZ 4.78 2.98 3.23 -
YUV 47.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 86 27 49 0 0.69 0.43 0.66 337.63 0.52 0.22
Hex 56 1B 31 0 45 2B 42 152 34 16
Octal 126 33 61 0 105 53 102 522 64 26
Binary 1010110 11011 110001 0 1000101 101011 1000010 101010010 110100 10110

Color Harmonies of #561B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561B31

Black with #561B31

Text Example


Text Example

White with #561B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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