Html Css Color HEX #531C21 Burnt Crimson

📋 copy color: '#531C21'

red 83 ◦ green 28 ◦ blue 33

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

Shades of Burnt Crimson #531C21

Tints of Burnt Crimson #531C21

RGB

 RED value IS 83 (32.81% from 255) = 57.64%

 GREEN value IS 28 (11.33% from 255) = 19.44%

 BLUE value IS 33 (13.28% from 255) = 22.92%

R = 57.64%
G = 19.44%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#531C21 (or 0x531C21) is known color: Burnt Crimson. HEX triplet: 53, 1C and 21. RGB value is (83,28,33). Sum of RGB (Red+Green+Blue) = 83+28+33=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #531C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C21 is #ACE3DE. Grayscale: #2D2D2D. Windows color (decimal): -11330527 or 2169939. OLE color: 2169939.

HSL color Cylindrical-coordinate representation of color #531C21: hue angle of 354.55º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #531C21 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 28 33 -
CMYK 0 0.66 0.60 0.67
HSL 354.55º 0.5% 0.22% -
HSV(B) 354.55º 0.66% 0.33% -
XYZ 4.26 2.78 1.75 -
YUV 45.02 121.22 155.09 -
System Red Green Blue C M Y K H S L
Decimal 83 28 33 0 0.66 0.60 0.67 354.55 0.5 0.22
Hex 53 1C 21 0 42 3C 43 163 32 16
Octal 123 34 41 0 102 74 103 543 62 26
Binary 1010011 11100 100001 0 1000010 111100 1000011 101100011 110010 10110

Color Harmonies of #531C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C21

Black with #531C21

Text Example


Text Example

White with #531C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531C21; }

 p { color: rgb(83,28,33); }

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

background-color css

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

 a { background-color: rgb(83,28,33); }

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

border-color css

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

 span { border-color: rgb(83,28,33); }

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