Html Css Color HEX #56141C Bordeaux

📋 copy color: '#56141C'

red 86 ◦ green 20 ◦ blue 28

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

Shades of Bordeaux #56141C

Tints of Bordeaux #56141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.93%

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

R = 64.18%
G = 14.93%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#56141C (or 0x56141C) is known color: Bordeaux. HEX triplet: 56, 14 and 1C. RGB value is (86,20,28). Sum of RGB (Red+Green+Blue) = 86+20+28=134 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.18% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 86 - color contains mainly: red. Hex color #56141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56141C is #A9EBE3. Grayscale: #282828. Windows color (decimal): -11135972 or 1840214. OLE color: 1840214.

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

Color convert

RGB 86 20 28 -
CMYK 0 0.77 0.67 0.66
HSL 352.73º 0.62% 0.21% -
HSV(B) 352.73º 0.77% 0.34% -
XYZ 4.3 2.56 1.37 -
YUV 40.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 86 20 28 0 0.77 0.67 0.66 352.73 0.62 0.21
Hex 56 14 1C 0 4D 43 42 161 3E 15
Octal 126 24 34 0 115 103 102 541 76 25
Binary 1010110 10100 11100 0 1001101 1000011 1000010 101100001 111110 10101

Color Harmonies of #56141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56141C

Black with #56141C

Text Example


Text Example

White with #56141C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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