#551419

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

Shades of Burnt Crimson #551419

Tints of Burnt Crimson #551419

Color information

#551419 (or 0x551419) is unknown color: approx Burnt Crimson. HEX triplet: 55, 14 and 19. RGB value is (85,20,25). Sum of RGB (Red+Green+Blue) = 85+20+25=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 25 (10.16% from 255 or 19.23% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #551419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551419 is #AAEBE6. Grayscale: #282828. Windows color (decimal): -11201511 or 1643605. OLE color: 1643605.

HSL color Cylindrical-coordinate representation of color #551419: hue angle of 355.38º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551419 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB852025-
CMYK00.760.710.67
HSL355.38º61.9%20.59%-
HSV(B)355.38º76.47%33.33%-
XYZ4.172.51.18-
YUV40.01119.53160.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 65.38%
GREEN value IS 20 (8.20% from 255) = 15.38%
BLUE value IS 25 (10.16% from 255) = 19.23%
R=65.38%
G=15.38%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85202500.760.710.67355.3861.920.59
Hex55141904C47431633e15
Octal125243101141071035437625
Binary10101011010011001010011001000111100001110110001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551419; }

 p { color: rgb(85,20,25); }

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

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

 a { background-color: rgb(85,20,25); }

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

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

 span { border-color: rgb(85,20,25); }

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