Html Css Color HEX #531A1E Burnt Crimson

📋 copy color: '#531A1E'

red 83 ◦ green 26 ◦ blue 30

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

Shades of Burnt Crimson #531A1E

Tints of Burnt Crimson #531A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.58%

R = 59.71%
G = 18.71%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#531A1E (or 0x531A1E) is known color: Burnt Crimson. HEX triplet: 53, 1A and 1E. RGB value is (83,26,30). Sum of RGB (Red+Green+Blue) = 83+26+30=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #531A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A1E is #ACE5E1. Grayscale: #2B2B2B. Windows color (decimal): -11331042 or 1972819. OLE color: 1972819.

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

Color convert

RGB 83 26 30 -
CMYK 0 0.69 0.64 0.67
HSL 355.79º 0.52% 0.21% -
HSV(B) 355.79º 0.69% 0.33% -
XYZ 4.17 2.67 1.52 -
YUV 43.5 120.38 156.17 -
System Red Green Blue C M Y K H S L
Decimal 83 26 30 0 0.69 0.64 0.67 355.79 0.52 0.21
Hex 53 1A 1E 0 45 40 43 164 34 15
Octal 123 32 36 0 105 100 103 544 64 25
Binary 1010011 11010 11110 0 1000101 1000000 1000011 101100100 110100 10101

Color Harmonies of #531A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A1E

Black with #531A1E

Text Example


Text Example

White with #531A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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