Html Css Color HEX #56040E Bordeaux

📋 copy color: '#56040E'

red 86 ◦ green 4 ◦ blue 14

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

Shades of Bordeaux #56040E

Tints of Bordeaux #56040E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.85%

 BLUE value IS 14 (5.86% from 255) = 13.46%

R = 82.69%
G = 3.85%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#56040E (or 0x56040E) is known color: Bordeaux. HEX triplet: 56, 04 and 0E. RGB value is (86,4,14). Sum of RGB (Red+Green+Blue) = 86+4+14=104 (13% of max value = 765). Red value is 86 (33.98% from 255 or 82.69% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 86 - color contains mainly: red. Hex color #56040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56040E is #A9FBF1. Grayscale: #1D1D1D. Windows color (decimal): -11140082 or 918614. OLE color: 918614.

HSL color Cylindrical-coordinate representation of color #56040E: hue angle of 352.68º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #56040E is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 4 14 -
CMYK 0 0.95 0.84 0.66
HSL 352.68º 0.91% 0.18% -
HSV(B) 352.68º 0.95% 0.34% -
XYZ 3.96 2.1 0.61 -
YUV 29.66 119.17 168.19 -
System Red Green Blue C M Y K H S L
Decimal 86 4 14 0 0.95 0.84 0.66 352.68 0.91 0.18
Hex 56 4 E 0 5F 54 42 161 5B 12
Octal 126 4 16 0 137 124 102 541 133 22
Binary 1010110 100 1110 0 1011111 1010100 1000010 101100001 1011011 10010

Color Harmonies of #56040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56040E

Black with #56040E

Text Example


Text Example

White with #56040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56040E; }

 p { color: rgb(86,4,14); }

 H1.HeaderClassName
 {
   color: #56040E;
 }
 .AnyTagClassName
 {
   color: #56040E;
 }
</style>

background-color css

<style>
 a { background-color: #56040E; }

 a { background-color: rgb(86,4,14); }

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

border-color css

<style>
 span { border-color: #56040E; }

 span { border-color: rgb(86,4,14); }

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