Html Css Color HEX #521B1D Burnt Crimson

📋 copy color: '#521B1D'

red 82 ◦ green 27 ◦ blue 29

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

Shades of Burnt Crimson #521B1D

Tints of Burnt Crimson #521B1D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.57%

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

R = 59.42%
G = 19.57%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#521B1D (or 0x521B1D) is known color: Burnt Crimson. HEX triplet: 52, 1B and 1D. RGB value is (82,27,29). Sum of RGB (Red+Green+Blue) = 82+27+29=138 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.42% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 82 - color contains mainly: red. Hex color #521B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B1D is #ADE4E2. Grayscale: #2B2B2B. Windows color (decimal): -11396323 or 1907538. OLE color: 1907538.

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

Color convert

RGB 82 27 29 -
CMYK 0 0.67 0.65 0.68
HSL 357.82º 0.5% 0.21% -
HSV(B) 357.82º 0.67% 0.32% -
XYZ 4.09 2.67 1.46 -
YUV 43.67 119.72 155.34 -
System Red Green Blue C M Y K H S L
Decimal 82 27 29 0 0.67 0.65 0.68 357.82 0.5 0.21
Hex 52 1B 1D 0 43 41 44 166 32 15
Octal 122 33 35 0 103 101 104 546 62 25
Binary 1010010 11011 11101 0 1000011 1000001 1000100 101100110 110010 10101

Color Harmonies of #521B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521B1D

Black with #521B1D

Text Example


Text Example

White with #521B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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