Html Css Color HEX #56161B Burnt Crimson

📋 copy color: '#56161B'

red 86 ◦ green 22 ◦ blue 27

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

Shades of Burnt Crimson #56161B

Tints of Burnt Crimson #56161B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20%

R = 63.7%
G = 16.3%
B = 20%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.66

RGB Variations

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

Color information

#56161B (or 0x56161B) is known color: Burnt Crimson. HEX triplet: 56, 16 and 1B. RGB value is (86,22,27). Sum of RGB (Red+Green+Blue) = 86+22+27=135 (17% of max value = 765). Red value is 86 (33.98% from 255 or 63.70% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 86 - color contains mainly: red. Hex color #56161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56161B is #A9E9E4. Grayscale: #292929. Windows color (decimal): -11135461 or 1775190. OLE color: 1775190.

HSL color Cylindrical-coordinate representation of color #56161B: hue angle of 355.31º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #56161B is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 22 27 -
CMYK 0 0.74 0.69 0.66
HSL 355.31º 0.59% 0.21% -
HSV(B) 355.31º 0.74% 0.34% -
XYZ 4.32 2.63 1.32 -
YUV 41.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 86 22 27 0 0.74 0.69 0.66 355.31 0.59 0.21
Hex 56 16 1B 0 4A 45 42 163 3B 15
Octal 126 26 33 0 112 105 102 543 73 25
Binary 1010110 10110 11011 0 1001010 1000101 1000010 101100011 111011 10101

Color Harmonies of #56161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56161B

Black with #56161B

Text Example


Text Example

White with #56161B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56161B; }

 p { color: rgb(86,22,27); }

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

background-color css

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

 a { background-color: rgb(86,22,27); }

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

border-color css

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

 span { border-color: rgb(86,22,27); }

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