#521B1D

Color #521B1D Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #521B1D

Tints of Burnt Crimson #521B1D

Color information

#521B1D (or 0x521B1D) is unknown color: approx Burnt Crimson. HEX triplet: 52, 1B and 1D. RGB value is (82,27,29). Sum of RGB (Red+Green+Blue) = 82+27+29=138 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.42% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 82 - color contains mainly: red. Hex color #521B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B1D is #ADE4E2. Grayscale: #2B2B2B. Windows color (decimal): -11396323 or 1907538. OLE color: 1907538.

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

Color convert

RGB822729-
CMYK00.670.650.68
HSL357.82º50.46%21.37%-
HSV(B)357.82º67.07%32.16%-
XYZ4.092.671.46-
YUV43.67119.72155.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 59.42%
GREEN value IS 27 (10.94% from 255) = 19.57%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=59.42%
G=19.57%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82272900.670.650.68357.8250.4621.37
Hex521B1D04341441663215
Octal122333501031011045466225
Binary10100101101111101010000111000001100010010110011011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521B1D; }

 p { color: rgb(82,27,29); }

 H1.HeaderClassName
 {
   color: #521B1D;
 }
 .AnyTagClassName
 {
   color: #521B1D;
 }
</style>
background-color css

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

 a { background-color: rgb(82,27,29); }

 div.DivClassName
 {
   background-color: #521B1D;
 }
 .BgClassName
 {
   background-color: #521B1D;
 }
</style>
border-color css

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

 span { border-color: rgb(82,27,29); }

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