Html Css Color HEX #531D1F Burnt Crimson

📋 copy color: '#531D1F'

red 83 ◦ green 29 ◦ blue 31

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

Shades of Burnt Crimson #531D1F

Tints of Burnt Crimson #531D1F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.28%

 BLUE value IS 31 (12.5% from 255) = 21.68%

R = 58.04%
G = 20.28%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#531D1F (or 0x531D1F) is known color: Burnt Crimson. HEX triplet: 53, 1D and 1F. RGB value is (83,29,31). Sum of RGB (Red+Green+Blue) = 83+29+31=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #531D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D1F is #ACE2E0. Grayscale: #2D2D2D. Windows color (decimal): -11330273 or 2039123. OLE color: 2039123.

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

Color convert

RGB 83 29 31 -
CMYK 0 0.65 0.63 0.67
HSL 357.78º 0.48% 0.22% -
HSV(B) 357.78º 0.65% 0.33% -
XYZ 4.25 2.82 1.62 -
YUV 45.37 119.89 154.84 -
System Red Green Blue C M Y K H S L
Decimal 83 29 31 0 0.65 0.63 0.67 357.78 0.48 0.22
Hex 53 1D 1F 0 41 3F 43 166 30 16
Octal 123 35 37 0 101 77 103 546 60 26
Binary 1010011 11101 11111 0 1000001 111111 1000011 101100110 110000 10110

Color Harmonies of #531D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531D1F

Black with #531D1F

Text Example


Text Example

White with #531D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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