#551213

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

Shades of Burnt Crimson #551213

Tints of Burnt Crimson #551213

Color information

#551213 (or 0x551213) is unknown color: approx Burnt Crimson. HEX triplet: 55, 12 and 13. RGB value is (85,18,19). Sum of RGB (Red+Green+Blue) = 85+18+19=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #551213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551213 is #AAEDEC. Grayscale: #262626. Windows color (decimal): -11202029 or 1249877. OLE color: 1249877.

HSL color Cylindrical-coordinate representation of color #551213: hue angle of 359.1º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #551213 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB851819-
CMYK00.790.780.67
HSL359.1º65.05%20.2%-
HSV(B)359.1º78.82%33.33%-
XYZ4.082.410.87-
YUV38.15117.2161.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 69.67%
GREEN value IS 18 (7.42% from 255) = 14.75%
BLUE value IS 19 (7.81% from 255) = 15.57%
R=69.67%
G=14.75%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85181900.790.780.67359.165.0520.2
Hex55121304F4E431674114
Octal1252223011711610354710124
Binary101010110010100110100111110011101000011101100111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551213; }

 p { color: rgb(85,18,19); }

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

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

 a { background-color: rgb(85,18,19); }

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

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

 span { border-color: rgb(85,18,19); }

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