#571B1D

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

Shades of Burnt Crimson #571B1D

Tints of Burnt Crimson #571B1D

Color information

#571B1D (or 0x571B1D) is unknown color: approx Burnt Crimson. HEX triplet: 57, 1B and 1D. RGB value is (87,27,29). Sum of RGB (Red+Green+Blue) = 87+27+29=143 (18% of max value = 765). Red value is 87 (34.38% from 255 or 60.84% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 87 - color contains mainly: red. Hex color #571B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571B1D is #A8E4E2. Grayscale: #2D2D2D. Windows color (decimal): -11068643 or 1907543. OLE color: 1907543.

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

Color convert

RGB872729-
CMYK00.690.670.66
HSL358º52.63%22.35%-
HSV(B)358º68.97%34.12%-
XYZ4.542.91.48-
YUV45.17118.88157.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60.84%
GREEN value IS 27 (10.94% from 255) = 18.88%
BLUE value IS 29 (11.72% from 255) = 20.28%
R=60.84%
G=18.88%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87272900.690.670.6635852.6322.35
Hex571B1D04543421663516
Octal127333501051031025466526
Binary10101111101111101010001011000011100001010110011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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