Html Css Color HEX #561E1F Burnt Crimson

📋 copy color: '#561E1F'

red 86 ◦ green 30 ◦ blue 31

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

Shades of Burnt Crimson #561E1F

Tints of Burnt Crimson #561E1F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.41%

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

R = 58.5%
G = 20.41%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#561E1F (or 0x561E1F) is known color: Burnt Crimson. HEX triplet: 56, 1E and 1F. RGB value is (86,30,31). Sum of RGB (Red+Green+Blue) = 86+30+31=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #561E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E1F is #A9E1E0. Grayscale: #2E2E2E. Windows color (decimal): -11133409 or 2039382. OLE color: 2039382.

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

Color convert

RGB 86 30 31 -
CMYK 0 0.65 0.64 0.66
HSL 358.93º 0.48% 0.23% -
HSV(B) 358.93º 0.65% 0.34% -
XYZ 4.55 3.01 1.64 -
YUV 46.86 119.05 155.92 -
System Red Green Blue C M Y K H S L
Decimal 86 30 31 0 0.65 0.64 0.66 358.93 0.48 0.23
Hex 56 1E 1F 0 41 40 42 167 30 17
Octal 126 36 37 0 101 100 102 547 60 27
Binary 1010110 11110 11111 0 1000001 1000000 1000010 101100111 110000 10111

Color Harmonies of #561E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561E1F

Black with #561E1F

Text Example


Text Example

White with #561E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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