Html Css Color HEX #531011 Burnt Crimson

📋 copy color: '#531011'

red 83 ◦ green 16 ◦ blue 17

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

Shades of Burnt Crimson #531011

Tints of Burnt Crimson #531011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.79%

 BLUE value IS 17 (7.03% from 255) = 14.66%

R = 71.55%
G = 13.79%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#531011 (or 0x531011) is known color: Burnt Crimson. HEX triplet: 53, 10 and 11. RGB value is (83,16,17). Sum of RGB (Red+Green+Blue) = 83+16+17=116 (15% of max value = 765). Red value is 83 (32.81% from 255 or 71.55% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 83 - color contains mainly: red. Hex color #531011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531011 is #ACEFEE. Grayscale: #242424. Windows color (decimal): -11333615 or 1118291. OLE color: 1118291.

HSL color Cylindrical-coordinate representation of color #531011: hue angle of 359.1º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531011 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 16 17 -
CMYK 0 0.81 0.80 0.67
HSL 359.1º 0.68% 0.19% -
HSV(B) 359.1º 0.81% 0.33% -
XYZ 3.85 2.25 0.76 -
YUV 36.15 117.2 161.42 -
System Red Green Blue C M Y K H S L
Decimal 83 16 17 0 0.81 0.80 0.67 359.1 0.68 0.19
Hex 53 10 11 0 51 50 43 167 44 13
Octal 123 20 21 0 121 120 103 547 104 23
Binary 1010011 10000 10001 0 1010001 1010000 1000011 101100111 1000100 10011

Color Harmonies of #531011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531011

Black with #531011

Text Example


Text Example

White with #531011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531011; }

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

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

background-color css

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

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

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

border-color css

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

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

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