Html Css Color HEX #56112A Bordeaux

📋 copy color: '#56112A'

red 86 ◦ green 17 ◦ blue 42

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

Shades of Bordeaux #56112A

Tints of Bordeaux #56112A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.72%

 BLUE value IS 42 (16.8% from 255) = 28.97%

R = 59.31%
G = 11.72%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#56112A (or 0x56112A) is known color: Bordeaux. HEX triplet: 56, 11 and 2A. RGB value is (86,17,42). Sum of RGB (Red+Green+Blue) = 86+17+42=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #56112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56112A is #A9EED5. Grayscale: #282828. Windows color (decimal): -11136726 or 2756950. OLE color: 2756950.

HSL color Cylindrical-coordinate representation of color #56112A: hue angle of 338.26º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #56112A is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 17 42 -
CMYK 0 0.80 0.51 0.66
HSL 338.26º 0.67% 0.2% -
HSV(B) 338.26º 0.8% 0.34% -
XYZ 4.46 2.55 2.45 -
YUV 40.48 128.86 160.47 -
System Red Green Blue C M Y K H S L
Decimal 86 17 42 0 0.80 0.51 0.66 338.26 0.67 0.2
Hex 56 11 2A 0 50 33 42 152 43 14
Octal 126 21 52 0 120 63 102 522 103 24
Binary 1010110 10001 101010 0 1010000 110011 1000010 101010010 1000011 10100

Color Harmonies of #56112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56112A

Black with #56112A

Text Example


Text Example

White with #56112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56112A; }

 p { color: rgb(86,17,42); }

 H1.HeaderClassName
 {
   color: #56112A;
 }
 .AnyTagClassName
 {
   color: #56112A;
 }
</style>

background-color css

<style>
 a { background-color: #56112A; }

 a { background-color: rgb(86,17,42); }

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

border-color css

<style>
 span { border-color: #56112A; }

 span { border-color: rgb(86,17,42); }

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