Html Css Color HEX #56141E Bordeaux

📋 copy color: '#56141E'

red 86 ◦ green 20 ◦ blue 30

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

Shades of Bordeaux #56141E

Tints of Bordeaux #56141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.71%

 BLUE value IS 30 (12.11% from 255) = 22.06%

R = 63.24%
G = 14.71%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.66

RGB Variations

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

Color information

#56141E (or 0x56141E) is known color: Bordeaux. HEX triplet: 56, 14 and 1E. RGB value is (86,20,30). Sum of RGB (Red+Green+Blue) = 86+20+30=136 (18% of max value = 765). Red value is 86 (33.98% from 255 or 63.24% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 86 - color contains mainly: red. Hex color #56141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56141E is #A9EBE1. Grayscale: #282828. Windows color (decimal): -11135970 or 1971286. OLE color: 1971286.

HSL color Cylindrical-coordinate representation of color #56141E: hue angle of 350.91º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #56141E is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 20 30 -
CMYK 0 0.77 0.65 0.66
HSL 350.91º 0.62% 0.21% -
HSV(B) 350.91º 0.77% 0.34% -
XYZ 4.32 2.57 1.5 -
YUV 40.87 121.87 160.19 -
System Red Green Blue C M Y K H S L
Decimal 86 20 30 0 0.77 0.65 0.66 350.91 0.62 0.21
Hex 56 14 1E 0 4D 41 42 15F 3E 15
Octal 126 24 36 0 115 101 102 537 76 25
Binary 1010110 10100 11110 0 1001101 1000001 1000010 101011111 111110 10101

Color Harmonies of #56141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56141E

Black with #56141E

Text Example


Text Example

White with #56141E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,20,30); }

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

background-color css

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

 a { background-color: rgb(86,20,30); }

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

border-color css

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

 span { border-color: rgb(86,20,30); }

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