#571C25

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

Shades of Burnt Crimson #571C25

Tints of Burnt Crimson #571C25

Color information

#571C25 (or 0x571C25) is unknown color: approx Burnt Crimson. HEX triplet: 57, 1C and 25. RGB value is (87,28,37). Sum of RGB (Red+Green+Blue) = 87+28+37=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #571C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C25 is #A8E3DA. Grayscale: #2E2E2E. Windows color (decimal): -11068379 or 2432087. OLE color: 2432087.

HSL color Cylindrical-coordinate representation of color #571C25: hue angle of 350.85º 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 #571C25 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB872837-
CMYK00.680.570.66
HSL350.85º51.3%22.55%-
HSV(B)350.85º67.82%34.12%-
XYZ4.682.992.08-
YUV46.67122.55156.77-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.24%
GREEN value IS 28 (11.33% from 255) = 18.42%
BLUE value IS 37 (14.84% from 255) = 24.34%
R=57.24%
G=18.42%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87283700.680.570.66350.8551.322.55
Hex571C25044394215f3317
Octal12734450104711025376327
Binary10101111110010010101000100111001100001010101111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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