#571F26

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

Shades of Burnt Crimson #571F26

Tints of Burnt Crimson #571F26

Color information

#571F26 (or 0x571F26) is unknown color: approx Burnt Crimson. HEX triplet: 57, 1F and 26. RGB value is (87,31,38). Sum of RGB (Red+Green+Blue) = 87+31+38=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #571F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F26 is #A8E0D9. Grayscale: #303030. Windows color (decimal): -11067610 or 2498391. OLE color: 2498391.

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

Color convert

RGB873138-
CMYK00.640.560.66
HSL352.5º47.46%23.14%-
HSV(B)352.5º64.37%34.12%-
XYZ4.773.152.19-
YUV48.54122.05155.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.77%
GREEN value IS 31 (12.5% from 255) = 19.87%
BLUE value IS 38 (15.23% from 255) = 24.36%
R=55.77%
G=19.87%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87313800.640.560.66352.547.4623.14
Hex571F2604038421602f17
Octal12737460100701025405727
Binary10101111111110011001000000111000100001010110000010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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