Html Css Color HEX #54181B Burnt Crimson

📋 copy color: '#54181B'

red 84 ◦ green 24 ◦ blue 27

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

Shades of Burnt Crimson #54181B

Tints of Burnt Crimson #54181B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.78%

 BLUE value IS 27 (10.94% from 255) = 20%

R = 62.22%
G = 17.78%
B = 20%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#54181B (or 0x54181B) is known color: Burnt Crimson. HEX triplet: 54, 18 and 1B. RGB value is (84,24,27). Sum of RGB (Red+Green+Blue) = 84+24+27=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #54181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54181B is #ABE7E4. Grayscale: #2A2A2A. Windows color (decimal): -11266021 or 1775700. OLE color: 1775700.

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

Color convert

RGB 84 24 27 -
CMYK 0 0.71 0.68 0.67
HSL 357º 0.56% 0.21% -
HSV(B) 357º 0.71% 0.33% -
XYZ 4.18 2.62 1.32 -
YUV 42.28 119.38 157.76 -
System Red Green Blue C M Y K H S L
Decimal 84 24 27 0 0.71 0.68 0.67 357 0.56 0.21
Hex 54 18 1B 0 47 44 43 165 38 15
Octal 124 30 33 0 107 104 103 545 70 25
Binary 1010100 11000 11011 0 1000111 1000100 1000011 101100101 111000 10101

Color Harmonies of #54181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54181B

Black with #54181B

Text Example


Text Example

White with #54181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54181B; }

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

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

background-color css

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

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

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

border-color css

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

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

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