Html Css Color HEX #541618 Burnt Crimson

📋 copy color: '#541618'

red 84 ◦ green 22 ◦ blue 24

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

Shades of Burnt Crimson #541618

Tints of Burnt Crimson #541618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.92%

 BLUE value IS 24 (9.77% from 255) = 18.46%

R = 64.62%
G = 16.92%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#541618 (or 0x541618) is known color: Burnt Crimson. HEX triplet: 54, 16 and 18. RGB value is (84,22,24). Sum of RGB (Red+Green+Blue) = 84+22+24=130 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.62% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 84 - color contains mainly: red. Hex color #541618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541618 is #ABE9E7. Grayscale: #282828. Windows color (decimal): -11266536 or 1578580. OLE color: 1578580.

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

Color convert

RGB 84 22 24 -
CMYK 0 0.74 0.71 0.67
HSL 358.06º 0.58% 0.21% -
HSV(B) 358.06º 0.74% 0.33% -
XYZ 4.11 2.52 1.13 -
YUV 40.77 118.54 158.84 -
System Red Green Blue C M Y K H S L
Decimal 84 22 24 0 0.74 0.71 0.67 358.06 0.58 0.21
Hex 54 16 18 0 4A 47 43 166 3A 15
Octal 124 26 30 0 112 107 103 546 72 25
Binary 1010100 10110 11000 0 1001010 1000111 1000011 101100110 111010 10101

Color Harmonies of #541618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541618

Black with #541618

Text Example


Text Example

White with #541618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541618; }

 p { color: rgb(84,22,24); }

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

background-color css

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

 a { background-color: rgb(84,22,24); }

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

border-color css

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

 span { border-color: rgb(84,22,24); }

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