#551C1D

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

Shades of Burnt Crimson #551C1D

Tints of Burnt Crimson #551C1D

Color information

#551C1D (or 0x551C1D) is unknown color: approx Burnt Crimson. HEX triplet: 55, 1C and 1D. RGB value is (85,28,29). Sum of RGB (Red+Green+Blue) = 85+28+29=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #551C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C1D is #AAE3E2. Grayscale: #2D2D2D. Windows color (decimal): -11199459 or 1907797. OLE color: 1907797.

HSL color Cylindrical-coordinate representation of color #551C1D: hue angle of 358.95º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #551C1D is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB852829-
CMYK00.670.660.67
HSL358.95º50.44%22.16%-
HSV(B)358.95º67.06%33.33%-
XYZ4.382.851.48-
YUV45.16118.88156.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.86%
GREEN value IS 28 (11.33% from 255) = 19.72%
BLUE value IS 29 (11.72% from 255) = 20.42%
R=59.86%
G=19.72%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85282900.670.660.67358.9550.4422.16
Hex551C1D04342431673216
Octal125343501031021035476226
Binary10101011110011101010000111000010100001110110011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551C1D; }

 p { color: rgb(85,28,29); }

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

<style>
 a { background-color: #551C1D; }

 a { background-color: rgb(85,28,29); }

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

<style>
 span { border-color: #551C1D; }

 span { border-color: rgb(85,28,29); }

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