Html Css Color HEX #56142B Bordeaux

📋 copy color: '#56142B'

red 86 ◦ green 20 ◦ blue 43

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

Shades of Bordeaux #56142B

Tints of Bordeaux #56142B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.86%

R = 57.72%
G = 13.42%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.66

RGB Variations

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

Color information

#56142B (or 0x56142B) is known color: Bordeaux. HEX triplet: 56, 14 and 2B. RGB value is (86,20,43). Sum of RGB (Red+Green+Blue) = 86+20+43=149 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.72% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 86 - color contains mainly: red. Hex color #56142B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56142B is #A9EBD4. Grayscale: #2A2A2A. Windows color (decimal): -11135957 or 2823254. OLE color: 2823254.

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

Color convert

RGB 86 20 43 -
CMYK 0 0.77 0.50 0.66
HSL 339.09º 0.62% 0.21% -
HSV(B) 339.09º 0.77% 0.34% -
XYZ 4.52 2.65 2.56 -
YUV 42.36 128.37 159.13 -
System Red Green Blue C M Y K H S L
Decimal 86 20 43 0 0.77 0.50 0.66 339.09 0.62 0.21
Hex 56 14 2B 0 4D 32 42 153 3E 15
Octal 126 24 53 0 115 62 102 523 76 25
Binary 1010110 10100 101011 0 1001101 110010 1000010 101010011 111110 10101

Color Harmonies of #56142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56142B

Black with #56142B

Text Example


Text Example

White with #56142B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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