Html Css Color HEX #561415 Burnt Crimson

📋 copy color: '#561415'

red 86 ◦ green 20 ◦ blue 21

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

Shades of Burnt Crimson #561415

Tints of Burnt Crimson #561415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.75%

 BLUE value IS 21 (8.59% from 255) = 16.54%

R = 67.72%
G = 15.75%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#561415 (or 0x561415) is known color: Burnt Crimson. HEX triplet: 56, 14 and 15. RGB value is (86,20,21). Sum of RGB (Red+Green+Blue) = 86+20+21=127 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.72% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 86 - color contains mainly: red. Hex color #561415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561415 is #A9EBEA. Grayscale: #272727. Windows color (decimal): -11135979 or 1381462. OLE color: 1381462.

HSL color Cylindrical-coordinate representation of color #561415: hue angle of 359.09º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #561415 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 20 21 -
CMYK 0 0.77 0.76 0.66
HSL 359.09º 0.62% 0.21% -
HSV(B) 359.09º 0.77% 0.34% -
XYZ 4.22 2.53 0.98 -
YUV 39.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 86 20 21 0 0.77 0.76 0.66 359.09 0.62 0.21
Hex 56 14 15 0 4D 4C 42 167 3E 15
Octal 126 24 25 0 115 114 102 547 76 25
Binary 1010110 10100 10101 0 1001101 1001100 1000010 101100111 111110 10101

Color Harmonies of #561415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561415

Black with #561415

Text Example


Text Example

White with #561415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561415; }

 p { color: rgb(86,20,21); }

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

background-color css

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

 a { background-color: rgb(86,20,21); }

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

border-color css

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

 span { border-color: rgb(86,20,21); }

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