Html Css Color HEX #54161A Burnt Crimson

📋 copy color: '#54161A'

red 84 ◦ green 22 ◦ blue 26

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

Shades of Burnt Crimson #54161A

Tints of Burnt Crimson #54161A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.7%

R = 63.64%
G = 16.67%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#54161A (or 0x54161A) is known color: Burnt Crimson. HEX triplet: 54, 16 and 1A. RGB value is (84,22,26). Sum of RGB (Red+Green+Blue) = 84+22+26=132 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.64% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 84 - color contains mainly: red. Hex color #54161A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54161A is #ABE9E5. Grayscale: #292929. Windows color (decimal): -11266534 or 1709652. OLE color: 1709652.

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

Color convert

RGB 84 22 26 -
CMYK 0 0.74 0.69 0.67
HSL 356.13º 0.58% 0.21% -
HSV(B) 356.13º 0.74% 0.33% -
XYZ 4.13 2.53 1.25 -
YUV 40.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 84 22 26 0 0.74 0.69 0.67 356.13 0.58 0.21
Hex 54 16 1A 0 4A 45 43 164 3A 15
Octal 124 26 32 0 112 105 103 544 72 25
Binary 1010100 10110 11010 0 1001010 1000101 1000011 101100100 111010 10101

Color Harmonies of #54161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54161A

Black with #54161A

Text Example


Text Example

White with #54161A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54161A; }

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

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

background-color css

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

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

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

border-color css

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

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

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