Html Css Color HEX #521214 Burnt Crimson

📋 copy color: '#521214'

red 82 ◦ green 18 ◦ blue 20

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

Shades of Burnt Crimson #521214

Tints of Burnt Crimson #521214

RGB

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

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

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

R = 68.33%
G = 15%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.68

RGB Variations

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

Color information

#521214 (or 0x521214) is known color: Burnt Crimson. HEX triplet: 52, 12 and 14. RGB value is (82,18,20). Sum of RGB (Red+Green+Blue) = 82+18+20=120 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.33% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 82 - color contains mainly: red. Hex color #521214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521214 is #ADEDEB. Grayscale: #252525. Windows color (decimal): -11398636 or 1315410. OLE color: 1315410.

HSL color Cylindrical-coordinate representation of color #521214: hue angle of 358.12º 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 #521214 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 18 20 -
CMYK 0 0.78 0.76 0.68
HSL 358.13º 0.64% 0.2% -
HSV(B) 358.13º 0.78% 0.32% -
XYZ 3.82 2.28 0.9 -
YUV 37.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 82 18 20 0 0.78 0.76 0.68 358.13 0.64 0.2
Hex 52 12 14 0 4E 4C 44 166 40 14
Octal 122 22 24 0 116 114 104 546 100 24
Binary 1010010 10010 10100 0 1001110 1001100 1000100 101100110 1000000 10100

Color Harmonies of #521214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521214

Black with #521214

Text Example


Text Example

White with #521214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521214; }

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

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

background-color css

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

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

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

border-color css

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

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

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