Html Css Color HEX #521A1D Burnt Crimson

📋 copy color: '#521A1D'

red 82 ◦ green 26 ◦ blue 29

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

Shades of Burnt Crimson #521A1D

Tints of Burnt Crimson #521A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.98%

 BLUE value IS 29 (11.72% from 255) = 21.17%

R = 59.85%
G = 18.98%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#521A1D (or 0x521A1D) is known color: Burnt Crimson. HEX triplet: 52, 1A and 1D. RGB value is (82,26,29). Sum of RGB (Red+Green+Blue) = 82+26+29=137 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.85% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 82 - color contains mainly: red. Hex color #521A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521A1D is #ADE5E2. Grayscale: #2B2B2B. Windows color (decimal): -11396579 or 1907282. OLE color: 1907282.

HSL color Cylindrical-coordinate representation of color #521A1D: hue angle of 356.79º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #521A1D is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 26 29 -
CMYK 0 0.68 0.65 0.68
HSL 356.79º 0.52% 0.21% -
HSV(B) 356.79º 0.68% 0.32% -
XYZ 4.07 2.62 1.45 -
YUV 43.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 82 26 29 0 0.68 0.65 0.68 356.79 0.52 0.21
Hex 52 1A 1D 0 44 41 44 165 34 15
Octal 122 32 35 0 104 101 104 545 64 25
Binary 1010010 11010 11101 0 1000100 1000001 1000100 101100101 110100 10101

Color Harmonies of #521A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521A1D

Black with #521A1D

Text Example


Text Example

White with #521A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521A1D; }

 p { color: rgb(82,26,29); }

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

background-color css

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

 a { background-color: rgb(82,26,29); }

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

border-color css

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

 span { border-color: rgb(82,26,29); }

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