Html Css Color HEX #561D26 Burnt Crimson

📋 copy color: '#561D26'

red 86 ◦ green 29 ◦ blue 38

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

Shades of Burnt Crimson #561D26

Tints of Burnt Crimson #561D26

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.95%

 BLUE value IS 38 (15.23% from 255) = 24.84%

R = 56.21%
G = 18.95%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#561D26 (or 0x561D26) is known color: Burnt Crimson. HEX triplet: 56, 1D and 26. RGB value is (86,29,38). Sum of RGB (Red+Green+Blue) = 86+29+38=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #561D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D26 is #A9E2D9. Grayscale: #2F2F2F. Windows color (decimal): -11133658 or 2497878. OLE color: 2497878.

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

Color convert

RGB 86 29 38 -
CMYK 0 0.66 0.56 0.66
HSL 350.53º 0.5% 0.23% -
HSV(B) 350.53º 0.66% 0.34% -
XYZ 4.63 3 2.17 -
YUV 47.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 86 29 38 0 0.66 0.56 0.66 350.53 0.5 0.23
Hex 56 1D 26 0 42 38 42 15F 32 17
Octal 126 35 46 0 102 70 102 537 62 27
Binary 1010110 11101 100110 0 1000010 111000 1000010 101011111 110010 10111

Color Harmonies of #561D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561D26

Black with #561D26

Text Example


Text Example

White with #561D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,29,38); }

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

background-color css

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

 a { background-color: rgb(86,29,38); }

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

border-color css

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

 span { border-color: rgb(86,29,38); }

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