Html Css Color HEX #531B1E Burnt Crimson

📋 copy color: '#531B1E'

red 83 ◦ green 27 ◦ blue 30

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

Shades of Burnt Crimson #531B1E

Tints of Burnt Crimson #531B1E

RGB

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

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

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

R = 59.29%
G = 19.29%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#531B1E (or 0x531B1E) is known color: Burnt Crimson. HEX triplet: 53, 1B and 1E. RGB value is (83,27,30). Sum of RGB (Red+Green+Blue) = 83+27+30=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #531B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B1E is #ACE4E1. Grayscale: #2C2C2C. Windows color (decimal): -11330786 or 1973075. OLE color: 1973075.

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

Color convert

RGB 83 27 30 -
CMYK 0 0.67 0.64 0.67
HSL 356.79º 0.51% 0.22% -
HSV(B) 356.79º 0.67% 0.33% -
XYZ 4.19 2.72 1.53 -
YUV 44.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 83 27 30 0 0.67 0.64 0.67 356.79 0.51 0.22
Hex 53 1B 1E 0 43 40 43 165 33 16
Octal 123 33 36 0 103 100 103 545 63 26
Binary 1010011 11011 11110 0 1000011 1000000 1000011 101100101 110011 10110

Color Harmonies of #531B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B1E

Black with #531B1E

Text Example


Text Example

White with #531B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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