Html Css Color HEX #521A1E Burnt Crimson

📋 copy color: '#521A1E'

red 82 ◦ green 26 ◦ blue 30

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

Shades of Burnt Crimson #521A1E

Tints of Burnt Crimson #521A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.74%

R = 59.42%
G = 18.84%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#521A1E (or 0x521A1E) is known color: Burnt Crimson. HEX triplet: 52, 1A and 1E. RGB value is (82,26,30). Sum of RGB (Red+Green+Blue) = 82+26+30=138 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.42% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 82 - color contains mainly: red. Hex color #521A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521A1E is #ADE5E1. Grayscale: #2B2B2B. Windows color (decimal): -11396578 or 1972818. OLE color: 1972818.

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

Color convert

RGB 82 26 30 -
CMYK 0 0.68 0.63 0.68
HSL 355.71º 0.52% 0.21% -
HSV(B) 355.71º 0.68% 0.32% -
XYZ 4.08 2.63 1.52 -
YUV 43.2 120.55 155.67 -
System Red Green Blue C M Y K H S L
Decimal 82 26 30 0 0.68 0.63 0.68 355.71 0.52 0.21
Hex 52 1A 1E 0 44 3F 44 164 34 15
Octal 122 32 36 0 104 77 104 544 64 25
Binary 1010010 11010 11110 0 1000100 111111 1000100 101100100 110100 10101

Color Harmonies of #521A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521A1E

Black with #521A1E

Text Example


Text Example

White with #521A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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