Html Css Color HEX #56171C Burnt Crimson

📋 copy color: '#56171C'

red 86 ◦ green 23 ◦ blue 28

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

Shades of Burnt Crimson #56171C

Tints of Burnt Crimson #56171C

RGB

 RED value IS 86 (33.98% from 255) = 62.77%

 GREEN value IS 23 (9.38% from 255) = 16.79%

 BLUE value IS 28 (11.33% from 255) = 20.44%

R = 62.77%
G = 16.79%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#56171C (or 0x56171C) is known color: Burnt Crimson. HEX triplet: 56, 17 and 1C. RGB value is (86,23,28). Sum of RGB (Red+Green+Blue) = 86+23+28=137 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.77% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 86 - color contains mainly: red. Hex color #56171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56171C is #A9E8E3. Grayscale: #2A2A2A. Windows color (decimal): -11135204 or 1840982. OLE color: 1840982.

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

Color convert

RGB 86 23 28 -
CMYK 0 0.73 0.67 0.66
HSL 355.24º 0.58% 0.21% -
HSV(B) 355.24º 0.73% 0.34% -
XYZ 4.35 2.68 1.39 -
YUV 42.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 86 23 28 0 0.73 0.67 0.66 355.24 0.58 0.21
Hex 56 17 1C 0 49 43 42 163 3A 15
Octal 126 27 34 0 111 103 102 543 72 25
Binary 1010110 10111 11100 0 1001001 1000011 1000010 101100011 111010 10101

Color Harmonies of #56171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56171C

Black with #56171C

Text Example


Text Example

White with #56171C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56171C; }

 p { color: rgb(86,23,28); }

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

background-color css

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

 a { background-color: rgb(86,23,28); }

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

border-color css

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

 span { border-color: rgb(86,23,28); }

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