Html Css Color HEX #541A1E Burnt Crimson

📋 copy color: '#541A1E'

red 84 ◦ green 26 ◦ blue 30

#541A1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Crimson #541A1E

Tints of Burnt Crimson #541A1E

RGB

 RED value IS 84 (33.2% from 255) = 60%

 GREEN value IS 26 (10.55% from 255) = 18.57%

 BLUE value IS 30 (12.11% from 255) = 21.43%

R = 60%
G = 18.57%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#541A1E (or 0x541A1E) is known color: Burnt Crimson. HEX triplet: 54, 1A and 1E. RGB value is (84,26,30). Sum of RGB (Red+Green+Blue) = 84+26+30=140 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 84 - color contains mainly: red. Hex color #541A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541A1E is #ABE5E1. Grayscale: #2B2B2B. Windows color (decimal): -11265506 or 1972820. OLE color: 1972820.

HSL color Cylindrical-coordinate representation of color #541A1E: hue angle of 355.86º 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 #541A1E is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 26 30 -
CMYK 0 0.69 0.64 0.67
HSL 355.86º 0.53% 0.22% -
HSV(B) 355.86º 0.69% 0.33% -
XYZ 4.26 2.72 1.53 -
YUV 43.8 120.22 156.67 -
System Red Green Blue C M Y K H S L
Decimal 84 26 30 0 0.69 0.64 0.67 355.86 0.53 0.22
Hex 54 1A 1E 0 45 40 43 164 35 16
Octal 124 32 36 0 105 100 103 544 65 26
Binary 1010100 11010 11110 0 1000101 1000000 1000011 101100100 110101 10110

Color Harmonies of #541A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541A1E

Black with #541A1E

Text Example


Text Example

White with #541A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541A1E; }

 p { color: rgb(84,26,30); }

 H1.HeaderClassName
 {
   color: #541A1E;
 }
 .AnyTagClassName
 {
   color: #541A1E;
 }
</style>

background-color css

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

 a { background-color: rgb(84,26,30); }

 div.DivClassName
 {
   background-color: #541A1E;
 }
 .BgClassName
 {
   background-color: #541A1E;
 }
</style>

border-color css

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

 span { border-color: rgb(84,26,30); }

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