Html Css Color HEX #56101C Bordeaux

📋 copy color: '#56101C'

red 86 ◦ green 16 ◦ blue 28

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

Shades of Bordeaux #56101C

Tints of Bordeaux #56101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.31%

 BLUE value IS 28 (11.33% from 255) = 21.54%

R = 66.15%
G = 12.31%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#56101C (or 0x56101C) is known color: Bordeaux. HEX triplet: 56, 10 and 1C. RGB value is (86,16,28). Sum of RGB (Red+Green+Blue) = 86+16+28=130 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.15% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 86 - color contains mainly: red. Hex color #56101C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56101C is #A9EFE3. Grayscale: #262626. Windows color (decimal): -11136996 or 1839190. OLE color: 1839190.

HSL color Cylindrical-coordinate representation of color #56101C: hue angle of 349.71º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #56101C is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 16 28 -
CMYK 0 0.81 0.67 0.66
HSL 349.71º 0.69% 0.2% -
HSV(B) 349.71º 0.81% 0.34% -
XYZ 4.23 2.43 1.35 -
YUV 38.3 122.19 162.02 -
System Red Green Blue C M Y K H S L
Decimal 86 16 28 0 0.81 0.67 0.66 349.71 0.69 0.2
Hex 56 10 1C 0 51 43 42 15E 45 14
Octal 126 20 34 0 121 103 102 536 105 24
Binary 1010110 10000 11100 0 1010001 1000011 1000010 101011110 1000101 10100

Color Harmonies of #56101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56101C

Black with #56101C

Text Example


Text Example

White with #56101C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,16,28); }

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

background-color css

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

 a { background-color: rgb(86,16,28); }

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

border-color css

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

 span { border-color: rgb(86,16,28); }

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