Html Css Color HEX #521D1F Burnt Crimson

📋 copy color: '#521D1F'

red 82 ◦ green 29 ◦ blue 31

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

Shades of Burnt Crimson #521D1F

Tints of Burnt Crimson #521D1F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.42%

 BLUE value IS 31 (12.5% from 255) = 21.83%

R = 57.75%
G = 20.42%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#521D1F (or 0x521D1F) is known color: Burnt Crimson. HEX triplet: 52, 1D and 1F. RGB value is (82,29,31). Sum of RGB (Red+Green+Blue) = 82+29+31=142 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.75% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 82 - color contains mainly: red. Hex color #521D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D1F is #ADE2E0. Grayscale: #2D2D2D. Windows color (decimal): -11395809 or 2039122. OLE color: 2039122.

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

Color convert

RGB 82 29 31 -
CMYK 0 0.65 0.62 0.68
HSL 357.74º 0.48% 0.22% -
HSV(B) 357.74º 0.65% 0.32% -
XYZ 4.17 2.77 1.61 -
YUV 45.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 82 29 31 0 0.65 0.62 0.68 357.74 0.48 0.22
Hex 52 1D 1F 0 41 3E 44 166 30 16
Octal 122 35 37 0 101 76 104 546 60 26
Binary 1010010 11101 11111 0 1000001 111110 1000100 101100110 110000 10110

Color Harmonies of #521D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521D1F

Black with #521D1F

Text Example


Text Example

White with #521D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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