Html Css Color HEX #541619 Burnt Crimson

📋 copy color: '#541619'

red 84 ◦ green 22 ◦ blue 25

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

Shades of Burnt Crimson #541619

Tints of Burnt Crimson #541619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.08%

R = 64.12%
G = 16.79%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#541619 (or 0x541619) is known color: Burnt Crimson. HEX triplet: 54, 16 and 19. RGB value is (84,22,25). Sum of RGB (Red+Green+Blue) = 84+22+25=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #541619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541619 is #ABE9E6. Grayscale: #282828. Windows color (decimal): -11266535 or 1644116. OLE color: 1644116.

HSL color Cylindrical-coordinate representation of color #541619: hue angle of 357.1º 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 #541619 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 22 25 -
CMYK 0 0.74 0.70 0.67
HSL 357.1º 0.58% 0.21% -
HSV(B) 357.1º 0.74% 0.33% -
XYZ 4.12 2.53 1.19 -
YUV 40.88 119.04 158.76 -
System Red Green Blue C M Y K H S L
Decimal 84 22 25 0 0.74 0.70 0.67 357.1 0.58 0.21
Hex 54 16 19 0 4A 46 43 165 3A 15
Octal 124 26 31 0 112 106 103 545 72 25
Binary 1010100 10110 11001 0 1001010 1000110 1000011 101100101 111010 10101

Color Harmonies of #541619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541619

Black with #541619

Text Example


Text Example

White with #541619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541619; }

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

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

background-color css

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

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

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

border-color css

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

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

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