Html Css Color HEX #56142C Bordeaux

📋 copy color: '#56142C'

red 86 ◦ green 20 ◦ blue 44

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

Shades of Bordeaux #56142C

Tints of Bordeaux #56142C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 29.33%

R = 57.33%
G = 13.33%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#56142C (or 0x56142C) is known color: Bordeaux. HEX triplet: 56, 14 and 2C. RGB value is (86,20,44). Sum of RGB (Red+Green+Blue) = 86+20+44=150 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.33% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 86 - color contains mainly: red. Hex color #56142C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56142C is #A9EBD3. Grayscale: #2A2A2A. Windows color (decimal): -11135956 or 2888790. OLE color: 2888790.

HSL color Cylindrical-coordinate representation of color #56142C: hue angle of 338.18º 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 #56142C is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 20 44 -
CMYK 0 0.77 0.49 0.66
HSL 338.18º 0.62% 0.21% -
HSV(B) 338.18º 0.77% 0.34% -
XYZ 4.54 2.66 2.66 -
YUV 42.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 86 20 44 0 0.77 0.49 0.66 338.18 0.62 0.21
Hex 56 14 2C 0 4D 31 42 152 3E 15
Octal 126 24 54 0 115 61 102 522 76 25
Binary 1010110 10100 101100 0 1001101 110001 1000010 101010010 111110 10101

Color Harmonies of #56142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56142C

Black with #56142C

Text Example


Text Example

White with #56142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56142C; }

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

 H1.HeaderClassName
 {
   color: #56142C;
 }
 .AnyTagClassName
 {
   color: #56142C;
 }
</style>

background-color css

<style>
 a { background-color: #56142C; }

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

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

border-color css

<style>
 span { border-color: #56142C; }

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

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