Html Css Color HEX #561B1E Burnt Crimson

📋 copy color: '#561B1E'

red 86 ◦ green 27 ◦ blue 30

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

Shades of Burnt Crimson #561B1E

Tints of Burnt Crimson #561B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.98%

R = 60.14%
G = 18.88%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.66

RGB Variations

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

Color information

#561B1E (or 0x561B1E) is known color: Burnt Crimson. HEX triplet: 56, 1B and 1E. RGB value is (86,27,30). Sum of RGB (Red+Green+Blue) = 86+27+30=143 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.14% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 86 - color contains mainly: red. Hex color #561B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B1E is #A9E4E1. Grayscale: #2D2D2D. Windows color (decimal): -11134178 or 1973078. OLE color: 1973078.

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

Color convert

RGB 86 27 30 -
CMYK 0 0.69 0.65 0.66
HSL 356.95º 0.52% 0.22% -
HSV(B) 356.95º 0.69% 0.34% -
XYZ 4.46 2.86 1.54 -
YUV 44.98 119.55 157.26 -
System Red Green Blue C M Y K H S L
Decimal 86 27 30 0 0.69 0.65 0.66 356.95 0.52 0.22
Hex 56 1B 1E 0 45 41 42 165 34 16
Octal 126 33 36 0 105 101 102 545 64 26
Binary 1010110 11011 11110 0 1000101 1000001 1000010 101100101 110100 10110

Color Harmonies of #561B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561B1E

Black with #561B1E

Text Example


Text Example

White with #561B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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