Html Css Color HEX #56212B Bordeaux

📋 copy color: '#56212B'

red 86 ◦ green 33 ◦ blue 43

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

Shades of Bordeaux #56212B

Tints of Bordeaux #56212B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.37%

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

R = 53.09%
G = 20.37%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.66

RGB Variations

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

Color information

#56212B (or 0x56212B) is known color: Bordeaux. HEX triplet: 56, 21 and 2B. RGB value is (86,33,43). Sum of RGB (Red+Green+Blue) = 86+33+43=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #56212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56212B is #A9DED4. Grayscale: #323232. Windows color (decimal): -11132629 or 2826582. OLE color: 2826582.

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

Color convert

RGB 86 33 43 -
CMYK 0 0.62 0.50 0.66
HSL 348.68º 0.45% 0.23% -
HSV(B) 348.68º 0.62% 0.34% -
XYZ 4.82 3.24 2.66 -
YUV 49.99 124.06 153.69 -
System Red Green Blue C M Y K H S L
Decimal 86 33 43 0 0.62 0.50 0.66 348.68 0.45 0.23
Hex 56 21 2B 0 3E 32 42 15D 2D 17
Octal 126 41 53 0 76 62 102 535 55 27
Binary 1010110 100001 101011 0 111110 110010 1000010 101011101 101101 10111

Color Harmonies of #56212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56212B

Black with #56212B

Text Example


Text Example

White with #56212B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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