Html Css Color HEX #531A1B Burnt Crimson

📋 copy color: '#531A1B'

red 83 ◦ green 26 ◦ blue 27

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

Shades of Burnt Crimson #531A1B

Tints of Burnt Crimson #531A1B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.12%

 BLUE value IS 27 (10.94% from 255) = 19.85%

R = 61.03%
G = 19.12%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#531A1B (or 0x531A1B) is known color: Burnt Crimson. HEX triplet: 53, 1A and 1B. RGB value is (83,26,27). Sum of RGB (Red+Green+Blue) = 83+26+27=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #531A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A1B is #ACE5E4. Grayscale: #2B2B2B. Windows color (decimal): -11331045 or 1776211. OLE color: 1776211.

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

Color convert

RGB 83 26 27 -
CMYK 0 0.69 0.67 0.67
HSL 358.95º 0.52% 0.21% -
HSV(B) 358.95º 0.69% 0.33% -
XYZ 4.13 2.66 1.33 -
YUV 43.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 83 26 27 0 0.69 0.67 0.67 358.95 0.52 0.21
Hex 53 1A 1B 0 45 43 43 167 34 15
Octal 123 32 33 0 105 103 103 547 64 25
Binary 1010011 11010 11011 0 1000101 1000011 1000011 101100111 110100 10101

Color Harmonies of #531A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A1B

Black with #531A1B

Text Example


Text Example

White with #531A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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