Html Css Color HEX #541B1C Burnt Crimson

📋 copy color: '#541B1C'

red 84 ◦ green 27 ◦ blue 28

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

Shades of Burnt Crimson #541B1C

Tints of Burnt Crimson #541B1C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.42%

 BLUE value IS 28 (11.33% from 255) = 20.14%

R = 60.43%
G = 19.42%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#541B1C (or 0x541B1C) is known color: Burnt Crimson. HEX triplet: 54, 1B and 1C. RGB value is (84,27,28). Sum of RGB (Red+Green+Blue) = 84+27+28=139 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60.43% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 84 - color contains mainly: red. Hex color #541B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B1C is #ABE4E3. Grayscale: #2C2C2C. Windows color (decimal): -11265252 or 1842004. OLE color: 1842004.

HSL color Cylindrical-coordinate representation of color #541B1C: hue angle of 358.95º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #541B1C is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 27 28 -
CMYK 0 0.68 0.67 0.67
HSL 358.95º 0.51% 0.22% -
HSV(B) 358.95º 0.68% 0.33% -
XYZ 4.26 2.75 1.41 -
YUV 44.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 84 27 28 0 0.68 0.67 0.67 358.95 0.51 0.22
Hex 54 1B 1C 0 44 43 43 167 33 16
Octal 124 33 34 0 104 103 103 547 63 26
Binary 1010100 11011 11100 0 1000100 1000011 1000011 101100111 110011 10110

Color Harmonies of #541B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541B1C

Black with #541B1C

Text Example


Text Example

White with #541B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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