Html Css Color HEX #56122B Bordeaux

📋 copy color: '#56122B'

red 86 ◦ green 18 ◦ blue 43

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

Shades of Bordeaux #56122B

Tints of Bordeaux #56122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.24%

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

R = 58.5%
G = 12.24%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.66

RGB Variations

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

Color information

#56122B (or 0x56122B) is known color: Bordeaux. HEX triplet: 56, 12 and 2B. RGB value is (86,18,43). Sum of RGB (Red+Green+Blue) = 86+18+43=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #56122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56122B is #A9EDD4. Grayscale: #292929. Windows color (decimal): -11136469 or 2822742. OLE color: 2822742.

HSL color Cylindrical-coordinate representation of color #56122B: hue angle of 337.94º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #56122B is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 18 43 -
CMYK 0 0.79 0.50 0.66
HSL 337.94º 0.65% 0.2% -
HSV(B) 337.94º 0.79% 0.34% -
XYZ 4.49 2.59 2.55 -
YUV 41.18 129.03 159.97 -
System Red Green Blue C M Y K H S L
Decimal 86 18 43 0 0.79 0.50 0.66 337.94 0.65 0.2
Hex 56 12 2B 0 4F 32 42 152 41 14
Octal 126 22 53 0 117 62 102 522 101 24
Binary 1010110 10010 101011 0 1001111 110010 1000010 101010010 1000001 10100

Color Harmonies of #56122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56122B

Black with #56122B

Text Example


Text Example

White with #56122B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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