Html Css Color HEX #531B20 Burnt Crimson

📋 copy color: '#531B20'

red 83 ◦ green 27 ◦ blue 32

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

Shades of Burnt Crimson #531B20

Tints of Burnt Crimson #531B20

RGB

 RED value IS 83 (32.81% from 255) = 58.45%

 GREEN value IS 27 (10.94% from 255) = 19.01%

 BLUE value IS 32 (12.89% from 255) = 22.54%

R = 58.45%
G = 19.01%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#531B20 (or 0x531B20) is known color: Burnt Crimson. HEX triplet: 53, 1B and 20. RGB value is (83,27,32). Sum of RGB (Red+Green+Blue) = 83+27+32=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #531B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B20 is #ACE4DF. Grayscale: #2C2C2C. Windows color (decimal): -11330784 or 2104147. OLE color: 2104147.

HSL color Cylindrical-coordinate representation of color #531B20: hue angle of 354.64º 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 #531B20 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 27 32 -
CMYK 0 0.67 0.61 0.67
HSL 354.64º 0.51% 0.22% -
HSV(B) 354.64º 0.67% 0.33% -
XYZ 4.22 2.73 1.67 -
YUV 44.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 83 27 32 0 0.67 0.61 0.67 354.64 0.51 0.22
Hex 53 1B 20 0 43 3D 43 163 33 16
Octal 123 33 40 0 103 75 103 543 63 26
Binary 1010011 11011 100000 0 1000011 111101 1000011 101100011 110011 10110

Color Harmonies of #531B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B20

Black with #531B20

Text Example


Text Example

White with #531B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #531B20;
 }
 .AnyTagClassName
 {
   color: #531B20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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