Html Css Color HEX #56031D Bordeaux

📋 copy color: '#56031D'

red 86 ◦ green 3 ◦ blue 29

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

Shades of Bordeaux #56031D

Tints of Bordeaux #56031D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.54%

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

R = 72.88%
G = 2.54%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#56031D (or 0x56031D) is known color: Bordeaux. HEX triplet: 56, 03 and 1D. RGB value is (86,3,29). Sum of RGB (Red+Green+Blue) = 86+3+29=118 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.88% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 86 - color contains mainly: red. Hex color #56031D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56031D is #A9FCE2. Grayscale: #1E1E1E. Windows color (decimal): -11140323 or 1901398. OLE color: 1901398.

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

Color convert

RGB 86 3 29 -
CMYK 0 0.97 0.66 0.66
HSL 341.2º 0.93% 0.17% -
HSV(B) 341.2º 0.97% 0.34% -
XYZ 4.09 2.13 1.36 -
YUV 30.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 86 3 29 0 0.97 0.66 0.66 341.2 0.93 0.17
Hex 56 3 1D 0 61 42 42 155 5D 11
Octal 126 3 35 0 141 102 102 525 135 21
Binary 1010110 11 11101 0 1100001 1000010 1000010 101010101 1011101 10001

Color Harmonies of #56031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56031D

Black with #56031D

Text Example


Text Example

White with #56031D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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