Html Css Color HEX #56141F Bordeaux

📋 copy color: '#56141F'

red 86 ◦ green 20 ◦ blue 31

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

Shades of Bordeaux #56141F

Tints of Bordeaux #56141F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 22.63%

R = 62.77%
G = 14.6%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#56141F (or 0x56141F) is known color: Bordeaux. HEX triplet: 56, 14 and 1F. RGB value is (86,20,31). Sum of RGB (Red+Green+Blue) = 86+20+31=137 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.77% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 86 - color contains mainly: red. Hex color #56141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56141F is #A9EBE0. Grayscale: #292929. Windows color (decimal): -11135969 or 2036822. OLE color: 2036822.

HSL color Cylindrical-coordinate representation of color #56141F: hue angle of 350º 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 #56141F is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 20 31 -
CMYK 0 0.77 0.64 0.66
HSL 350º 0.62% 0.21% -
HSV(B) 350º 0.77% 0.34% -
XYZ 4.34 2.58 1.57 -
YUV 40.99 122.37 160.11 -
System Red Green Blue C M Y K H S L
Decimal 86 20 31 0 0.77 0.64 0.66 350 0.62 0.21
Hex 56 14 1F 0 4D 40 42 15E 3E 15
Octal 126 24 37 0 115 100 102 536 76 25
Binary 1010110 10100 11111 0 1001101 1000000 1000010 101011110 111110 10101

Color Harmonies of #56141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56141F

Black with #56141F

Text Example


Text Example

White with #56141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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