Html Css Color HEX #540F11 Burnt Crimson

📋 copy color: '#540F11'

red 84 ◦ green 15 ◦ blue 17

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

Shades of Burnt Crimson #540F11

Tints of Burnt Crimson #540F11

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.93%

 BLUE value IS 17 (7.03% from 255) = 14.66%

R = 72.41%
G = 12.93%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#540F11 (or 0x540F11) is known color: Burnt Crimson. HEX triplet: 54, 0F and 11. RGB value is (84,15,17). Sum of RGB (Red+Green+Blue) = 84+15+17=116 (15% of max value = 765). Red value is 84 (33.20% from 255 or 72.41% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 84 - color contains mainly: red. Hex color #540F11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540F11 is #ABF0EE. Grayscale: #232323. Windows color (decimal): -11268335 or 1118036. OLE color: 1118036.

HSL color Cylindrical-coordinate representation of color #540F11: hue angle of 358.26º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #540F11 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 15 17 -
CMYK 0 0.82 0.80 0.67
HSL 358.26º 0.7% 0.19% -
HSV(B) 358.26º 0.82% 0.33% -
XYZ 3.93 2.27 0.76 -
YUV 35.86 117.36 162.34 -
System Red Green Blue C M Y K H S L
Decimal 84 15 17 0 0.82 0.80 0.67 358.26 0.7 0.19
Hex 54 F 11 0 52 50 43 166 46 13
Octal 124 17 21 0 122 120 103 546 106 23
Binary 1010100 1111 10001 0 1010010 1010000 1000011 101100110 1000110 10011

Color Harmonies of #540F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540F11

Black with #540F11

Text Example


Text Example

White with #540F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540F11; }

 p { color: rgb(84,15,17); }

 H1.HeaderClassName
 {
   color: #540F11;
 }
 .AnyTagClassName
 {
   color: #540F11;
 }
</style>

background-color css

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

 a { background-color: rgb(84,15,17); }

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

border-color css

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

 span { border-color: rgb(84,15,17); }

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