Html Css Color HEX #531518 Burnt Crimson

📋 copy color: '#531518'

red 83 ◦ green 21 ◦ blue 24

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

Shades of Burnt Crimson #531518

Tints of Burnt Crimson #531518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.75%

R = 64.84%
G = 16.41%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#531518 (or 0x531518) is known color: Burnt Crimson. HEX triplet: 53, 15 and 18. RGB value is (83,21,24). Sum of RGB (Red+Green+Blue) = 83+21+24=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #531518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531518 is #ACEAE7. Grayscale: #272727. Windows color (decimal): -11332328 or 1578323. OLE color: 1578323.

HSL color Cylindrical-coordinate representation of color #531518: hue angle of 357.1º 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 #531518 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 21 24 -
CMYK 0 0.75 0.71 0.67
HSL 357.1º 0.6% 0.2% -
HSV(B) 357.1º 0.75% 0.33% -
XYZ 4 2.44 1.12 -
YUV 39.88 119.04 158.76 -
System Red Green Blue C M Y K H S L
Decimal 83 21 24 0 0.75 0.71 0.67 357.1 0.6 0.2
Hex 53 15 18 0 4B 47 43 165 3C 14
Octal 123 25 30 0 113 107 103 545 74 24
Binary 1010011 10101 11000 0 1001011 1000111 1000011 101100101 111100 10100

Color Harmonies of #531518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531518

Black with #531518

Text Example


Text Example

White with #531518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531518; }

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

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

background-color css

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

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

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

border-color css

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

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

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