Html Css Color HEX #511A1C Burnt Crimson

📋 copy color: '#511A1C'

red 81 ◦ green 26 ◦ blue 28

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

Shades of Burnt Crimson #511A1C

Tints of Burnt Crimson #511A1C

RGB

 RED value IS 81 (32.03% from 255) = 60%

 GREEN value IS 26 (10.55% from 255) = 19.26%

 BLUE value IS 28 (11.33% from 255) = 20.74%

R = 60%
G = 19.26%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#511A1C (or 0x511A1C) is known color: Burnt Crimson. HEX triplet: 51, 1A and 1C. RGB value is (81,26,28). Sum of RGB (Red+Green+Blue) = 81+26+28=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #511A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A1C is #AEE5E3. Grayscale: #2A2A2A. Windows color (decimal): -11462116 or 1841745. OLE color: 1841745.

HSL color Cylindrical-coordinate representation of color #511A1C: hue angle of 357.82º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #511A1C is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 26 28 -
CMYK 0 0.68 0.65 0.68
HSL 357.82º 0.51% 0.21% -
HSV(B) 357.82º 0.68% 0.32% -
XYZ 3.97 2.57 1.39 -
YUV 42.67 119.72 155.34 -
System Red Green Blue C M Y K H S L
Decimal 81 26 28 0 0.68 0.65 0.68 357.82 0.51 0.21
Hex 51 1A 1C 0 44 41 44 166 33 15
Octal 121 32 34 0 104 101 104 546 63 25
Binary 1010001 11010 11100 0 1000100 1000001 1000100 101100110 110011 10101

Color Harmonies of #511A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511A1C

Black with #511A1C

Text Example


Text Example

White with #511A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511A1C; }

 p { color: rgb(81,26,28); }

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

background-color css

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

 a { background-color: rgb(81,26,28); }

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

border-color css

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

 span { border-color: rgb(81,26,28); }

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