#571D26

Color #571D26 Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #571D26

Tints of Burnt Crimson #571D26

Color information

#571D26 (or 0x571D26) is unknown color: approx Burnt Crimson. HEX triplet: 57, 1D and 26. RGB value is (87,29,38). Sum of RGB (Red+Green+Blue) = 87+29+38=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #571D26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571D26 is #A8E2D9. Grayscale: #2F2F2F. Windows color (decimal): -11068122 or 2497879. OLE color: 2497879.

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

Color convert

RGB872938-
CMYK00.670.560.66
HSL350.69º50%22.75%-
HSV(B)350.69º66.67%34.12%-
XYZ4.723.042.17-
YUV47.37122.72156.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.49%
GREEN value IS 29 (11.72% from 255) = 18.83%
BLUE value IS 38 (15.23% from 255) = 24.68%
R=56.49%
G=18.83%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87293800.670.560.66350.695022.75
Hex571D26043384215f3217
Octal12735460103701025376227
Binary10101111110110011001000011111000100001010101111111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #571D26;
 }
 .AnyTagClassName
 {
   color: #571D26;
 }
</style>
background-color css

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

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

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

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

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

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