Html Css Color HEX #56172C Bordeaux

📋 copy color: '#56172C'

red 86 ◦ green 23 ◦ blue 44

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

Shades of Bordeaux #56172C

Tints of Bordeaux #56172C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.03%

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

R = 56.21%
G = 15.03%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#56172C (or 0x56172C) is known color: Bordeaux. HEX triplet: 56, 17 and 2C. RGB value is (86,23,44). Sum of RGB (Red+Green+Blue) = 86+23+44=153 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.21% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 86 - color contains mainly: red. Hex color #56172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56172C is #A9E8D3. Grayscale: #2C2C2C. Windows color (decimal): -11135188 or 2889558. OLE color: 2889558.

HSL color Cylindrical-coordinate representation of color #56172C: hue angle of 340º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56172C is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 23 44 -
CMYK 0 0.73 0.49 0.66
HSL 340º 0.58% 0.21% -
HSV(B) 340º 0.73% 0.34% -
XYZ 4.6 2.77 2.68 -
YUV 44.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 86 23 44 0 0.73 0.49 0.66 340 0.58 0.21
Hex 56 17 2C 0 49 31 42 154 3A 15
Octal 126 27 54 0 111 61 102 524 72 25
Binary 1010110 10111 101100 0 1001001 110001 1000010 101010100 111010 10101

Color Harmonies of #56172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56172C

Black with #56172C

Text Example


Text Example

White with #56172C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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