Html Css Color HEX #541A1B Burnt Crimson

📋 copy color: '#541A1B'

red 84 ◦ green 26 ◦ blue 27

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

Shades of Burnt Crimson #541A1B

Tints of Burnt Crimson #541A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.71%

R = 61.31%
G = 18.98%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#541A1B (or 0x541A1B) is known color: Burnt Crimson. HEX triplet: 54, 1A and 1B. RGB value is (84,26,27). Sum of RGB (Red+Green+Blue) = 84+26+27=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #541A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541A1B is #ABE5E4. Grayscale: #2B2B2B. Windows color (decimal): -11265509 or 1776212. OLE color: 1776212.

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

Color convert

RGB 84 26 27 -
CMYK 0 0.69 0.68 0.67
HSL 358.97º 0.53% 0.22% -
HSV(B) 358.97º 0.69% 0.33% -
XYZ 4.22 2.7 1.34 -
YUV 43.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 84 26 27 0 0.69 0.68 0.67 358.97 0.53 0.22
Hex 54 1A 1B 0 45 44 43 167 35 16
Octal 124 32 33 0 105 104 103 547 65 26
Binary 1010100 11010 11011 0 1000101 1000100 1000011 101100111 110101 10110

Color Harmonies of #541A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541A1B

Black with #541A1B

Text Example


Text Example

White with #541A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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