Html Css Color HEX #521213 Burnt Crimson

📋 copy color: '#521213'

red 82 ◦ green 18 ◦ blue 19

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

Shades of Burnt Crimson #521213

Tints of Burnt Crimson #521213

RGB

 RED value IS 82 (32.42% from 255) = 68.91%

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

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

R = 68.91%
G = 15.13%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#521213 (or 0x521213) is known color: Burnt Crimson. HEX triplet: 52, 12 and 13. RGB value is (82,18,19). Sum of RGB (Red+Green+Blue) = 82+18+19=119 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.91% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 82 - color contains mainly: red. Hex color #521213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521213 is #ADEDEC. Grayscale: #252525. Windows color (decimal): -11398637 or 1249874. OLE color: 1249874.

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

Color convert

RGB 82 18 19 -
CMYK 0 0.78 0.77 0.68
HSL 359.06º 0.64% 0.2% -
HSV(B) 359.06º 0.78% 0.32% -
XYZ 3.81 2.27 0.85 -
YUV 37.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 82 18 19 0 0.78 0.77 0.68 359.06 0.64 0.2
Hex 52 12 13 0 4E 4D 44 167 40 14
Octal 122 22 23 0 116 115 104 547 100 24
Binary 1010010 10010 10011 0 1001110 1001101 1000100 101100111 1000000 10100

Color Harmonies of #521213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521213

Black with #521213

Text Example


Text Example

White with #521213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521213; }

 p { color: rgb(82,18,19); }

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

background-color css

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

 a { background-color: rgb(82,18,19); }

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

border-color css

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

 span { border-color: rgb(82,18,19); }

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