Html Css Color HEX #56001D Bordeaux

📋 copy color: '#56001D'

red 86 ◦ green 0 ◦ blue 29

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

Shades of Bordeaux #56001D

Tints of Bordeaux #56001D

RGB

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

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

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

R = 74.78%
G = 0%
B = 25.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#56001D (or 0x56001D) is known color: Bordeaux. HEX triplet: 56, 00 and 1D. RGB value is (86,0,29). Sum of RGB (Red+Green+Blue) = 86+0+29=115 (15% of max value = 765). Red value is 86 (33.98% from 255 or 74.78% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 86 - color contains mainly: red. Hex color #56001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56001D is #A9FFE2. Grayscale: #1C1C1C. Windows color (decimal): -11141091 or 1900630. OLE color: 1900630.

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

Color convert

RGB 86 0 29 -
CMYK 0 1 0.66 0.66
HSL 339.77º 1% 0.17% -
HSV(B) 339.77º 1% 0.34% -
XYZ 4.06 2.07 1.35 -
YUV 29.02 127.99 168.64 -
System Red Green Blue C M Y K H S L
Decimal 86 0 29 0 1 0.66 0.66 339.77 1 0.17
Hex 56 0 1D 0 64 42 42 154 64 11
Octal 126 0 35 0 144 102 102 524 144 21
Binary 1010110 0 11101 0 1100100 1000010 1000010 101010100 1100100 10001

Color Harmonies of #56001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56001D

Black with #56001D

Text Example


Text Example

White with #56001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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