Html Css Color HEX #531316 Burnt Crimson

📋 copy color: '#531316'

red 83 ◦ green 19 ◦ blue 22

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

Shades of Burnt Crimson #531316

Tints of Burnt Crimson #531316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.32%

 BLUE value IS 22 (8.98% from 255) = 17.74%

R = 66.94%
G = 15.32%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#531316 (or 0x531316) is known color: Burnt Crimson. HEX triplet: 53, 13 and 16. RGB value is (83,19,22). Sum of RGB (Red+Green+Blue) = 83+19+22=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #531316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531316 is #ACECE9. Grayscale: #262626. Windows color (decimal): -11332842 or 1446739. OLE color: 1446739.

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

Color convert

RGB 83 19 22 -
CMYK 0 0.77 0.73 0.67
HSL 357.19º 0.63% 0.2% -
HSV(B) 357.19º 0.77% 0.33% -
XYZ 3.94 2.36 1.01 -
YUV 38.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 83 19 22 0 0.77 0.73 0.67 357.19 0.63 0.2
Hex 53 13 16 0 4D 49 43 165 3F 14
Octal 123 23 26 0 115 111 103 545 77 24
Binary 1010011 10011 10110 0 1001101 1001001 1000011 101100101 111111 10100

Color Harmonies of #531316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531316

Black with #531316

Text Example


Text Example

White with #531316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531316; }

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

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

background-color css

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

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

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

border-color css

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

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

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