#541719

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

Shades of Burnt Crimson #541719

Tints of Burnt Crimson #541719

Color information

#541719 (or 0x541719) is unknown color: approx Burnt Crimson. HEX triplet: 54, 17 and 19. RGB value is (84,23,25). Sum of RGB (Red+Green+Blue) = 84+23+25=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #541719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541719 is #ABE8E6. Grayscale: #292929. Windows color (decimal): -11266279 or 1644372. OLE color: 1644372.

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

Color convert

RGB842325-
CMYK00.730.700.67
HSL358.03º57.01%20.98%-
HSV(B)358.03º72.62%32.94%-
XYZ4.142.571.2-
YUV41.47118.71158.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 63.64%
GREEN value IS 23 (9.38% from 255) = 17.42%
BLUE value IS 25 (10.16% from 255) = 18.94%
R=63.64%
G=17.42%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84232500.730.700.67358.0357.0120.98
Hex54171904946431663915
Octal124273101111061035467125
Binary10101001011111001010010011000110100001110110011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541719; }

 p { color: rgb(84,23,25); }

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

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

 a { background-color: rgb(84,23,25); }

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

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

 span { border-color: rgb(84,23,25); }

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