Html Css Color HEX #56001B Bordeaux

📋 copy color: '#56001B'

red 86 ◦ green 0 ◦ blue 27

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

Shades of Bordeaux #56001B

Tints of Bordeaux #56001B

RGB

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

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

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

R = 76.11%
G = 0%
B = 23.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.66

RGB Variations

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

Color information

#56001B (or 0x56001B) is known color: Bordeaux. HEX triplet: 56, 00 and 1B. RGB value is (86,0,27). Sum of RGB (Red+Green+Blue) = 86+0+27=113 (14% of max value = 765). Red value is 86 (33.98% from 255 or 76.11% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 86 - color contains mainly: red. Hex color #56001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56001B is #A9FFE4. Grayscale: #1C1C1C. Windows color (decimal): -11141093 or 1769558. OLE color: 1769558.

HSL color Cylindrical-coordinate representation of color #56001B: hue angle of 341.16º 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 #56001B is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 0 27 -
CMYK 0 1 0.69 0.66
HSL 341.16º 1% 0.17% -
HSV(B) 341.16º 1% 0.34% -
XYZ 4.04 2.06 1.22 -
YUV 28.79 126.99 168.8 -
System Red Green Blue C M Y K H S L
Decimal 86 0 27 0 1 0.69 0.66 341.16 1 0.17
Hex 56 0 1B 0 64 45 42 155 64 11
Octal 126 0 33 0 144 105 102 525 144 21
Binary 1010110 0 11011 0 1100100 1000101 1000010 101010101 1100100 10001

Color Harmonies of #56001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56001B

Black with #56001B

Text Example


Text Example

White with #56001B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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