#551A1B

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

Shades of Burnt Crimson #551A1B

Tints of Burnt Crimson #551A1B

Color information

#551A1B (or 0x551A1B) is unknown color: approx Burnt Crimson. HEX triplet: 55, 1A and 1B. RGB value is (85,26,27). Sum of RGB (Red+Green+Blue) = 85+26+27=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #551A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A1B is #AAE5E4. Grayscale: #2B2B2B. Windows color (decimal): -11199973 or 1776213. OLE color: 1776213.

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

Color convert

RGB852627-
CMYK00.690.680.67
HSL358.98º53.15%21.76%-
HSV(B)358.98º69.41%33.33%-
XYZ4.312.751.34-
YUV43.76118.55157.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 61.59%
GREEN value IS 26 (10.55% from 255) = 18.84%
BLUE value IS 27 (10.94% from 255) = 19.57%
R=61.59%
G=18.84%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85262700.690.680.67358.9853.1521.76
Hex551A1B04544431673516
Octal125323301051041035476526
Binary10101011101011011010001011000100100001110110011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,26,27); }

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

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

 a { background-color: rgb(85,26,27); }

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

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

 span { border-color: rgb(85,26,27); }

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