Html Css Color HEX #531113 Burnt Crimson

📋 copy color: '#531113'

red 83 ◦ green 17 ◦ blue 19

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

Shades of Burnt Crimson #531113

Tints of Burnt Crimson #531113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.97%

R = 69.75%
G = 14.29%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#531113 (or 0x531113) is known color: Burnt Crimson. HEX triplet: 53, 11 and 13. RGB value is (83,17,19). Sum of RGB (Red+Green+Blue) = 83+17+19=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #531113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531113 is #ACEEEC. Grayscale: #252525. Windows color (decimal): -11333357 or 1249619. OLE color: 1249619.

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

Color convert

RGB 83 17 19 -
CMYK 0 0.80 0.77 0.67
HSL 358.18º 0.66% 0.2% -
HSV(B) 358.18º 0.8% 0.33% -
XYZ 3.89 2.29 0.85 -
YUV 36.96 117.87 160.84 -
System Red Green Blue C M Y K H S L
Decimal 83 17 19 0 0.80 0.77 0.67 358.18 0.66 0.2
Hex 53 11 13 0 50 4D 43 166 42 14
Octal 123 21 23 0 120 115 103 546 102 24
Binary 1010011 10001 10011 0 1010000 1001101 1000011 101100110 1000010 10100

Color Harmonies of #531113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531113

Black with #531113

Text Example


Text Example

White with #531113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531113; }

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

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

background-color css

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

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

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

border-color css

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

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

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