Html Css Color HEX #531C1D Burnt Crimson

📋 copy color: '#531C1D'

red 83 ◦ green 28 ◦ blue 29

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

Shades of Burnt Crimson #531C1D

Tints of Burnt Crimson #531C1D

RGB

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

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

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

R = 59.29%
G = 20%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#531C1D (or 0x531C1D) is known color: Burnt Crimson. HEX triplet: 53, 1C and 1D. RGB value is (83,28,29). Sum of RGB (Red+Green+Blue) = 83+28+29=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #531C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C1D is #ACE3E2. Grayscale: #2C2C2C. Windows color (decimal): -11330531 or 1907795. OLE color: 1907795.

HSL color Cylindrical-coordinate representation of color #531C1D: hue angle of 358.91º 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 #531C1D is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 28 29 -
CMYK 0 0.66 0.65 0.67
HSL 358.91º 0.5% 0.22% -
HSV(B) 358.91º 0.66% 0.33% -
XYZ 4.2 2.76 1.47 -
YUV 44.56 119.22 155.42 -
System Red Green Blue C M Y K H S L
Decimal 83 28 29 0 0.66 0.65 0.67 358.91 0.5 0.22
Hex 53 1C 1D 0 42 41 43 167 32 16
Octal 123 34 35 0 102 101 103 547 62 26
Binary 1010011 11100 11101 0 1000010 1000001 1000011 101100111 110010 10110

Color Harmonies of #531C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C1D

Black with #531C1D

Text Example


Text Example

White with #531C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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