Html Css Color HEX #531718 Burnt Crimson

📋 copy color: '#531718'

red 83 ◦ green 23 ◦ blue 24

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

Shades of Burnt Crimson #531718

Tints of Burnt Crimson #531718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.69%

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

R = 63.85%
G = 17.69%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#531718 (or 0x531718) is known color: Burnt Crimson. HEX triplet: 53, 17 and 18. RGB value is (83,23,24). Sum of RGB (Red+Green+Blue) = 83+23+24=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #531718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531718 is #ACE8E7. Grayscale: #292929. Windows color (decimal): -11331816 or 1578835. OLE color: 1578835.

HSL color Cylindrical-coordinate representation of color #531718: hue angle of 359º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #531718 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 23 24 -
CMYK 0 0.72 0.71 0.67
HSL 359º 0.57% 0.21% -
HSV(B) 359º 0.72% 0.33% -
XYZ 4.04 2.52 1.14 -
YUV 41.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 83 23 24 0 0.72 0.71 0.67 359 0.57 0.21
Hex 53 17 18 0 48 47 43 167 39 15
Octal 123 27 30 0 110 107 103 547 71 25
Binary 1010011 10111 11000 0 1001000 1000111 1000011 101100111 111001 10101

Color Harmonies of #531718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531718

Black with #531718

Text Example


Text Example

White with #531718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531718; }

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

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

background-color css

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

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

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

border-color css

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

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

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