Html Css Color HEX #531B1D Burnt Crimson

📋 copy color: '#531B1D'

red 83 ◦ green 27 ◦ blue 29

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

Shades of Burnt Crimson #531B1D

Tints of Burnt Crimson #531B1D

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 value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#531B1D (or 0x531B1D) is known color: 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

RGB 83 27 29 -
CMYK 0 0.67 0.65 0.67
HSL 357.86º 0.51% 0.22% -
HSV(B) 357.86º 0.67% 0.33% -
XYZ 4.18 2.71 1.47 -
YUV 43.97 119.55 155.84 -
System Red Green Blue C M Y K H S L
Decimal 83 27 29 0 0.67 0.65 0.67 357.86 0.51 0.22
Hex 53 1B 1D 0 43 41 43 166 33 16
Octal 123 33 35 0 103 101 103 546 63 26
Binary 1010011 11011 11101 0 1000011 1000001 1000011 101100110 110011 10110

Color Harmonies of #531B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B1D

Black with #531B1D

Text Example


Text Example

White with #531B1D

Text Example


Text Example

HTML Codes & Css Web 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>