Html Css Color HEX #531C22 Burnt Crimson

📋 copy color: '#531C22'

red 83 ◦ green 28 ◦ blue 34

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

Shades of Burnt Crimson #531C22

Tints of Burnt Crimson #531C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 23.45%

R = 57.24%
G = 19.31%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#531C22 (or 0x531C22) is known color: Burnt Crimson. HEX triplet: 53, 1C and 22. RGB value is (83,28,34). Sum of RGB (Red+Green+Blue) = 83+28+34=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #531C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C22 is #ACE3DD. Grayscale: #2D2D2D. Windows color (decimal): -11330526 or 2235475. OLE color: 2235475.

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

Color convert

RGB 83 28 34 -
CMYK 0 0.66 0.59 0.67
HSL 353.45º 0.5% 0.22% -
HSV(B) 353.45º 0.66% 0.33% -
XYZ 4.27 2.79 1.83 -
YUV 45.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 83 28 34 0 0.66 0.59 0.67 353.45 0.5 0.22
Hex 53 1C 22 0 42 3B 43 161 32 16
Octal 123 34 42 0 102 73 103 541 62 26
Binary 1010011 11100 100010 0 1000010 111011 1000011 101100001 110010 10110

Color Harmonies of #531C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531C22

Black with #531C22

Text Example


Text Example

White with #531C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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