Html Css Color HEX #531617 Burnt Crimson

📋 copy color: '#531617'

red 83 ◦ green 22 ◦ blue 23

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

Shades of Burnt Crimson #531617

Tints of Burnt Crimson #531617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.19%

 BLUE value IS 23 (9.38% from 255) = 17.97%

R = 64.84%
G = 17.19%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#531617 (or 0x531617) is known color: Burnt Crimson. HEX triplet: 53, 16 and 17. RGB value is (83,22,23). Sum of RGB (Red+Green+Blue) = 83+22+23=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 23 (9.38% from 255 or 17.97% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #531617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531617 is #ACE9E8. Grayscale: #282828. Windows color (decimal): -11332073 or 1513043. OLE color: 1513043.

HSL color Cylindrical-coordinate representation of color #531617: hue angle of 359.02º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #531617 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 22 23 -
CMYK 0 0.73 0.72 0.67
HSL 359.02º 0.58% 0.21% -
HSV(B) 359.02º 0.73% 0.33% -
XYZ 4.01 2.47 1.08 -
YUV 40.35 118.21 158.42 -
System Red Green Blue C M Y K H S L
Decimal 83 22 23 0 0.73 0.72 0.67 359.02 0.58 0.21
Hex 53 16 17 0 49 48 43 167 3A 15
Octal 123 26 27 0 111 110 103 547 72 25
Binary 1010011 10110 10111 0 1001001 1001000 1000011 101100111 111010 10101

Color Harmonies of #531617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531617

Black with #531617

Text Example


Text Example

White with #531617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531617; }

 p { color: rgb(83,22,23); }

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

background-color css

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

 a { background-color: rgb(83,22,23); }

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

border-color css

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

 span { border-color: rgb(83,22,23); }

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