Html Css Color HEX #56101D Bordeaux

📋 copy color: '#56101D'

red 86 ◦ green 16 ◦ blue 29

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

Shades of Bordeaux #56101D

Tints of Bordeaux #56101D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.21%

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

R = 65.65%
G = 12.21%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#56101D (or 0x56101D) is known color: Bordeaux. HEX triplet: 56, 10 and 1D. RGB value is (86,16,29). Sum of RGB (Red+Green+Blue) = 86+16+29=131 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.65% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 86 - color contains mainly: red. Hex color #56101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56101D is #A9EFE2. Grayscale: #262626. Windows color (decimal): -11136995 or 1904726. OLE color: 1904726.

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

Color convert

RGB 86 16 29 -
CMYK 0 0.81 0.66 0.66
HSL 348.86º 0.69% 0.2% -
HSV(B) 348.86º 0.81% 0.34% -
XYZ 4.24 2.44 1.41 -
YUV 38.41 122.69 161.94 -
System Red Green Blue C M Y K H S L
Decimal 86 16 29 0 0.81 0.66 0.66 348.86 0.69 0.2
Hex 56 10 1D 0 51 42 42 15D 45 14
Octal 126 20 35 0 121 102 102 535 105 24
Binary 1010110 10000 11101 0 1010001 1000010 1000010 101011101 1000101 10100

Color Harmonies of #56101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56101D

Black with #56101D

Text Example


Text Example

White with #56101D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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