#531B1D

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

Shades of Burnt Crimson #531B1D

Tints of Burnt Crimson #531B1D

Color information

#531B1D (or 0x531B1D) is unknown color: approx Burnt Crimson. HEX triplet: 53, 1B and 1D. RGB value is (83,27,29). Sum of RGB (Red+Green+Blue) = 83+27+29=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #531B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B1D is #ACE4E2. Grayscale: #2C2C2C. Windows color (decimal): -11330787 or 1907539. OLE color: 1907539.

HSL color Cylindrical-coordinate representation of color #531B1D: hue angle of 357.86º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #531B1D is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB832729-
CMYK00.670.650.67
HSL357.86º50.91%21.57%-
HSV(B)357.86º67.47%32.55%-
XYZ4.182.711.47-
YUV43.97119.55155.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 59.71%
GREEN value IS 27 (10.94% from 255) = 19.42%
BLUE value IS 29 (11.72% from 255) = 20.86%
R=59.71%
G=19.42%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83272900.670.650.67357.8650.9121.57
Hex531B1D04341431663316
Octal123333501031011035466326
Binary10100111101111101010000111000001100001110110011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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