Html Css Color HEX #531112 Burnt Crimson

📋 copy color: '#531112'

red 83 ◦ green 17 ◦ blue 18

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

Shades of Burnt Crimson #531112

Tints of Burnt Crimson #531112

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.41%

 BLUE value IS 18 (7.42% from 255) = 15.25%

R = 70.34%
G = 14.41%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#531112 (or 0x531112) is known color: Burnt Crimson. HEX triplet: 53, 11 and 12. RGB value is (83,17,18). Sum of RGB (Red+Green+Blue) = 83+17+18=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #531112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531112 is #ACEEED. Grayscale: #242424. Windows color (decimal): -11333358 or 1184083. OLE color: 1184083.

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

Color convert

RGB 83 17 18 -
CMYK 0 0.80 0.78 0.67
HSL 359.09º 0.66% 0.2% -
HSV(B) 359.09º 0.8% 0.33% -
XYZ 3.88 2.28 0.81 -
YUV 36.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 83 17 18 0 0.80 0.78 0.67 359.09 0.66 0.2
Hex 53 11 12 0 50 4E 43 167 42 14
Octal 123 21 22 0 120 116 103 547 102 24
Binary 1010011 10001 10010 0 1010000 1001110 1000011 101100111 1000010 10100

Color Harmonies of #531112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531112

Black with #531112

Text Example


Text Example

White with #531112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531112; }

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

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

background-color css

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

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

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

border-color css

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

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

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