Html Css Color HEX #531516 Burnt Crimson

📋 copy color: '#531516'

red 83 ◦ green 21 ◦ blue 22

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

Shades of Burnt Crimson #531516

Tints of Burnt Crimson #531516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.67%

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

R = 65.87%
G = 16.67%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#531516 (or 0x531516) is known color: Burnt Crimson. HEX triplet: 53, 15 and 16. RGB value is (83,21,22). Sum of RGB (Red+Green+Blue) = 83+21+22=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #531516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531516 is #ACEAE9. Grayscale: #272727. Windows color (decimal): -11332330 or 1447251. OLE color: 1447251.

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

Color convert

RGB 83 21 22 -
CMYK 0 0.75 0.73 0.67
HSL 359.03º 0.6% 0.2% -
HSV(B) 359.03º 0.75% 0.33% -
XYZ 3.98 2.43 1.02 -
YUV 39.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 83 21 22 0 0.75 0.73 0.67 359.03 0.6 0.2
Hex 53 15 16 0 4B 49 43 167 3C 14
Octal 123 25 26 0 113 111 103 547 74 24
Binary 1010011 10101 10110 0 1001011 1001001 1000011 101100111 111100 10100

Color Harmonies of #531516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531516

Black with #531516

Text Example


Text Example

White with #531516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531516; }

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

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

background-color css

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

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

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

border-color css

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

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

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