Html Css Color HEX #531D23 Burnt Crimson

📋 copy color: '#531D23'

red 83 ◦ green 29 ◦ blue 35

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

Shades of Burnt Crimson #531D23

Tints of Burnt Crimson #531D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 23.81%

R = 56.46%
G = 19.73%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#531D23 (or 0x531D23) is known color: Burnt Crimson. HEX triplet: 53, 1D and 23. RGB value is (83,29,35). Sum of RGB (Red+Green+Blue) = 83+29+35=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #531D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D23 is #ACE2DC. Grayscale: #2D2D2D. Windows color (decimal): -11330269 or 2301267. OLE color: 2301267.

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

Color convert

RGB 83 29 35 -
CMYK 0 0.65 0.58 0.67
HSL 353.33º 0.48% 0.22% -
HSV(B) 353.33º 0.65% 0.33% -
XYZ 4.31 2.84 1.91 -
YUV 45.83 121.89 154.51 -
System Red Green Blue C M Y K H S L
Decimal 83 29 35 0 0.65 0.58 0.67 353.33 0.48 0.22
Hex 53 1D 23 0 41 3A 43 161 30 16
Octal 123 35 43 0 101 72 103 541 60 26
Binary 1010011 11101 100011 0 1000001 111010 1000011 101100001 110000 10110

Color Harmonies of #531D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531D23

Black with #531D23

Text Example


Text Example

White with #531D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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