#571F27

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

Shades of Burnt Crimson #571F27

Tints of Burnt Crimson #571F27

Color information

#571F27 (or 0x571F27) is unknown color: approx Burnt Crimson. HEX triplet: 57, 1F and 27. RGB value is (87,31,39). Sum of RGB (Red+Green+Blue) = 87+31+39=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #571F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F27 is #A8E0D8. Grayscale: #303030. Windows color (decimal): -11067609 or 2563927. OLE color: 2563927.

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

Color convert

RGB873139-
CMYK00.640.550.66
HSL351.43º47.46%23.14%-
HSV(B)351.43º64.37%34.12%-
XYZ4.793.152.28-
YUV48.66122.55155.35-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 55.41%
GREEN value IS 31 (12.5% from 255) = 19.75%
BLUE value IS 39 (15.62% from 255) = 24.84%
R=55.41%
G=19.75%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87313900.640.550.66351.4347.4623.14
Hex571F27040374215f2f17
Octal12737470100671025375727
Binary10101111111110011101000000110111100001010101111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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