Html Css Color HEX #531213 Burnt Crimson

📋 copy color: '#531213'

red 83 ◦ green 18 ◦ blue 19

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

Shades of Burnt Crimson #531213

Tints of Burnt Crimson #531213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15%

 BLUE value IS 19 (7.81% from 255) = 15.83%

R = 69.17%
G = 15%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#531213 (or 0x531213) is known color: Burnt Crimson. HEX triplet: 53, 12 and 13. RGB value is (83,18,19). Sum of RGB (Red+Green+Blue) = 83+18+19=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #531213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531213 is #ACEDEC. Grayscale: #252525. Windows color (decimal): -11333101 or 1249875. OLE color: 1249875.

HSL color Cylindrical-coordinate representation of color #531213: hue angle of 359.08º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #531213 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 18 19 -
CMYK 0 0.78 0.77 0.67
HSL 359.08º 0.64% 0.2% -
HSV(B) 359.08º 0.78% 0.33% -
XYZ 3.9 2.32 0.86 -
YUV 37.55 117.53 160.42 -
System Red Green Blue C M Y K H S L
Decimal 83 18 19 0 0.78 0.77 0.67 359.08 0.64 0.2
Hex 53 12 13 0 4E 4D 43 167 40 14
Octal 123 22 23 0 116 115 103 547 100 24
Binary 1010011 10010 10011 0 1001110 1001101 1000011 101100111 1000000 10100

Color Harmonies of #531213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531213

Black with #531213

Text Example


Text Example

White with #531213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531213; }

 p { color: rgb(83,18,19); }

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

background-color css

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

 a { background-color: rgb(83,18,19); }

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

border-color css

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

 span { border-color: rgb(83,18,19); }

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