Html Css Color HEX #56192C Bordeaux

📋 copy color: '#56192C'

red 86 ◦ green 25 ◦ blue 44

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

Shades of Bordeaux #56192C

Tints of Bordeaux #56192C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.13%

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

R = 55.48%
G = 16.13%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#56192C (or 0x56192C) is known color: Bordeaux. HEX triplet: 56, 19 and 2C. RGB value is (86,25,44). Sum of RGB (Red+Green+Blue) = 86+25+44=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #56192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56192C is #A9E6D3. Grayscale: #2D2D2D. Windows color (decimal): -11134676 or 2890070. OLE color: 2890070.

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

Color convert

RGB 86 25 44 -
CMYK 0 0.71 0.49 0.66
HSL 341.31º 0.55% 0.22% -
HSV(B) 341.31º 0.71% 0.34% -
XYZ 4.64 2.86 2.69 -
YUV 45.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 86 25 44 0 0.71 0.49 0.66 341.31 0.55 0.22
Hex 56 19 2C 0 47 31 42 155 37 16
Octal 126 31 54 0 107 61 102 525 67 26
Binary 1010110 11001 101100 0 1000111 110001 1000010 101010101 110111 10110

Color Harmonies of #56192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56192C

Black with #56192C

Text Example


Text Example

White with #56192C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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