#571C1E

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

Shades of Burnt Crimson #571C1E

Tints of Burnt Crimson #571C1E

Color information

#571C1E (or 0x571C1E) is unknown color: approx Burnt Crimson. HEX triplet: 57, 1C and 1E. RGB value is (87,28,30). Sum of RGB (Red+Green+Blue) = 87+28+30=145 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 87 - color contains mainly: red. Hex color #571C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C1E is #A8E3E1. Grayscale: #2D2D2D. Windows color (decimal): -11068386 or 1973335. OLE color: 1973335.

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

Color convert

RGB872830-
CMYK00.680.660.66
HSL357.97º51.3%22.55%-
HSV(B)357.97º67.82%34.12%-
XYZ4.582.951.56-
YUV45.87119.05157.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60%
GREEN value IS 28 (11.33% from 255) = 19.31%
BLUE value IS 30 (12.11% from 255) = 20.69%
R=60%
G=19.31%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87283000.680.660.66357.9751.322.55
Hex571C1E04442421663317
Octal127343601041021025466327
Binary10101111110011110010001001000010100001010110011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,28,30); }

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

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

 a { background-color: rgb(87,28,30); }

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

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

 span { border-color: rgb(87,28,30); }

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