Html Css Color HEX #531E24 Burnt Crimson

📋 copy color: '#531E24'

red 83 ◦ green 30 ◦ blue 36

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

Shades of Burnt Crimson #531E24

Tints of Burnt Crimson #531E24

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.13%

 BLUE value IS 36 (14.45% from 255) = 24.16%

R = 55.7%
G = 20.13%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#531E24 (or 0x531E24) is known color: Burnt Crimson. HEX triplet: 53, 1E and 24. RGB value is (83,30,36). Sum of RGB (Red+Green+Blue) = 83+30+36=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #531E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E24 is #ACE1DB. Grayscale: #2E2E2E. Windows color (decimal): -11330012 or 2367059. OLE color: 2367059.

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

Color convert

RGB 83 30 36 -
CMYK 0 0.64 0.57 0.67
HSL 353.21º 0.47% 0.22% -
HSV(B) 353.21º 0.64% 0.33% -
XYZ 4.35 2.89 2 -
YUV 46.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 83 30 36 0 0.64 0.57 0.67 353.21 0.47 0.22
Hex 53 1E 24 0 40 39 43 161 2F 16
Octal 123 36 44 0 100 71 103 541 57 26
Binary 1010011 11110 100100 0 1000000 111001 1000011 101100001 101111 10110

Color Harmonies of #531E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531E24

Black with #531E24

Text Example


Text Example

White with #531E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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