Html Css Color HEX #531214 Burnt Crimson

📋 copy color: '#531214'

red 83 ◦ green 18 ◦ blue 20

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

Shades of Burnt Crimson #531214

Tints of Burnt Crimson #531214

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.88%

 BLUE value IS 20 (8.2% from 255) = 16.53%

R = 68.6%
G = 14.88%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#531214 (or 0x531214) is known color: Burnt Crimson. HEX triplet: 53, 12 and 14. RGB value is (83,18,20). Sum of RGB (Red+Green+Blue) = 83+18+20=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #531214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531214 is #ACEDEB. Grayscale: #252525. Windows color (decimal): -11333100 or 1315411. OLE color: 1315411.

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

Color convert

RGB 83 18 20 -
CMYK 0 0.78 0.76 0.67
HSL 358.15º 0.64% 0.2% -
HSV(B) 358.15º 0.78% 0.33% -
XYZ 3.91 2.32 0.9 -
YUV 37.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 83 18 20 0 0.78 0.76 0.67 358.15 0.64 0.2
Hex 53 12 14 0 4E 4C 43 166 40 14
Octal 123 22 24 0 116 114 103 546 100 24
Binary 1010011 10010 10100 0 1001110 1001100 1000011 101100110 1000000 10100

Color Harmonies of #531214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531214

Black with #531214

Text Example


Text Example

White with #531214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531214; }

 p { color: rgb(83,18,20); }

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

background-color css

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

 a { background-color: rgb(83,18,20); }

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

border-color css

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

 span { border-color: rgb(83,18,20); }

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