Html Css Color HEX #56131D Bordeaux

📋 copy color: '#56131D'

red 86 ◦ green 19 ◦ blue 29

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

Shades of Bordeaux #56131D

Tints of Bordeaux #56131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.18%

 BLUE value IS 29 (11.72% from 255) = 21.64%

R = 64.18%
G = 14.18%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#56131D (or 0x56131D) is known color: Bordeaux. HEX triplet: 56, 13 and 1D. RGB value is (86,19,29). Sum of RGB (Red+Green+Blue) = 86+19+29=134 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.18% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 86 - color contains mainly: red. Hex color #56131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56131D is #A9ECE2. Grayscale: #282828. Windows color (decimal): -11136227 or 1905494. OLE color: 1905494.

HSL color Cylindrical-coordinate representation of color #56131D: hue angle of 351.04º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #56131D is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 19 29 -
CMYK 0 0.78 0.66 0.66
HSL 351.04º 0.64% 0.21% -
HSV(B) 351.04º 0.78% 0.34% -
XYZ 4.29 2.53 1.43 -
YUV 40.17 121.7 160.69 -
System Red Green Blue C M Y K H S L
Decimal 86 19 29 0 0.78 0.66 0.66 351.04 0.64 0.21
Hex 56 13 1D 0 4E 42 42 15F 40 15
Octal 126 23 35 0 116 102 102 537 100 25
Binary 1010110 10011 11101 0 1001110 1000010 1000010 101011111 1000000 10101

Color Harmonies of #56131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56131D

Black with #56131D

Text Example


Text Example

White with #56131D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56131D; }

 p { color: rgb(86,19,29); }

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

background-color css

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

 a { background-color: rgb(86,19,29); }

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

border-color css

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

 span { border-color: rgb(86,19,29); }

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