Html Css Color HEX #56141B Bordeaux

📋 copy color: '#56141B'

red 86 ◦ green 20 ◦ blue 27

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

Shades of Bordeaux #56141B

Tints of Bordeaux #56141B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.04%

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

R = 64.66%
G = 15.04%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.66

RGB Variations

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

Color information

#56141B (or 0x56141B) is known color: Bordeaux. HEX triplet: 56, 14 and 1B. RGB value is (86,20,27). Sum of RGB (Red+Green+Blue) = 86+20+27=133 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.66% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 86 - color contains mainly: red. Hex color #56141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56141B is #A9EBE4. Grayscale: #282828. Windows color (decimal): -11135973 or 1774678. OLE color: 1774678.

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

Color convert

RGB 86 20 27 -
CMYK 0 0.77 0.69 0.66
HSL 353.64º 0.62% 0.21% -
HSV(B) 353.64º 0.77% 0.34% -
XYZ 4.29 2.56 1.3 -
YUV 40.53 120.37 160.43 -
System Red Green Blue C M Y K H S L
Decimal 86 20 27 0 0.77 0.69 0.66 353.64 0.62 0.21
Hex 56 14 1B 0 4D 45 42 162 3E 15
Octal 126 24 33 0 115 105 102 542 76 25
Binary 1010110 10100 11011 0 1001101 1000101 1000010 101100010 111110 10101

Color Harmonies of #56141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56141B

Black with #56141B

Text Example


Text Example

White with #56141B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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