Html Css Color HEX #56000D Bordeaux

📋 copy color: '#56000D'

red 86 ◦ green 0 ◦ blue 13

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

Shades of Bordeaux #56000D

Tints of Bordeaux #56000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 13 (5.47% from 255) = 13.13%

R = 86.87%
G = 0%
B = 13.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#56000D (or 0x56000D) is known color: Bordeaux. HEX triplet: 56, 00 and 0D. RGB value is (86,0,13). Sum of RGB (Red+Green+Blue) = 86+0+13=99 (13% of max value = 765). Red value is 86 (33.98% from 255 or 86.87% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 86 - color contains mainly: red. Hex color #56000D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56000D is #A9FFF2. Grayscale: #1B1B1B. Windows color (decimal): -11141107 or 852054. OLE color: 852054.

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

Color convert

RGB 86 0 13 -
CMYK 0 1 0.85 0.66
HSL 350.93º 1% 0.17% -
HSV(B) 350.93º 1% 0.34% -
XYZ 3.91 2.01 0.56 -
YUV 27.2 119.99 169.94 -
System Red Green Blue C M Y K H S L
Decimal 86 0 13 0 1 0.85 0.66 350.93 1 0.17
Hex 56 0 D 0 64 55 42 15F 64 11
Octal 126 0 15 0 144 125 102 537 144 21
Binary 1010110 0 1101 0 1100100 1010101 1000010 101011111 1100100 10001

Color Harmonies of #56000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56000D

Black with #56000D

Text Example


Text Example

White with #56000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,0,13); }

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

background-color css

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

 a { background-color: rgb(86,0,13); }

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

border-color css

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

 span { border-color: rgb(86,0,13); }

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