Html Css Color HEX #561B1F Burnt Crimson

📋 copy color: '#561B1F'

red 86 ◦ green 27 ◦ blue 31

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

Shades of Burnt Crimson #561B1F

Tints of Burnt Crimson #561B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.53%

R = 59.72%
G = 18.75%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#561B1F (or 0x561B1F) is known color: Burnt Crimson. HEX triplet: 56, 1B and 1F. RGB value is (86,27,31). Sum of RGB (Red+Green+Blue) = 86+27+31=144 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.72% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 86 - color contains mainly: red. Hex color #561B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B1F is #A9E4E0. Grayscale: #2D2D2D. Windows color (decimal): -11134177 or 2038614. OLE color: 2038614.

HSL color Cylindrical-coordinate representation of color #561B1F: hue angle of 355.93º 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 #561B1F is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 27 31 -
CMYK 0 0.69 0.64 0.66
HSL 355.93º 0.52% 0.22% -
HSV(B) 355.93º 0.69% 0.34% -
XYZ 4.48 2.86 1.61 -
YUV 45.1 120.05 157.17 -
System Red Green Blue C M Y K H S L
Decimal 86 27 31 0 0.69 0.64 0.66 355.93 0.52 0.22
Hex 56 1B 1F 0 45 40 42 164 34 16
Octal 126 33 37 0 105 100 102 544 64 26
Binary 1010110 11011 11111 0 1000101 1000000 1000010 101100100 110100 10110

Color Harmonies of #561B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561B1F

Black with #561B1F

Text Example


Text Example

White with #561B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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